#360145

Color #360145 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #360145

Tints of Blackcurrant #360145

Color information

#360145 (or 0x360145) is unknown color: approx Blackcurrant. HEX triplet: 36, 01 and 45. RGB value is (54,1,69). Sum of RGB (Red+Green+Blue) = 54+1+69=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 69 (27.34% from 255 or 55.65% from 124); Max value from RGB is 69 - color contains mainly: blue. Hex color #360145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360145 is #C9FEBA. Grayscale: #181818. Windows color (decimal): -13237947 or 4522294. OLE color: 4522294.

HSL color Cylindrical-coordinate representation of color #360145: hue angle of 286.76º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360145 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54169-
CMYK0.220.9900.73
HSL286.76º97.14%13.73%-
HSV(B)286.76º98.55%27.06%-
XYZ2.611.245.73-
YUV24.6153.06148.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 69 (27.34% from 255) = 55.65%
R=43.55%
G=0.81%
B=55.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal541690.220.9900.73286.7697.1413.73
Hex36145166304911f61e
Octal66110526143011143714116
Binary110110110001011011011000110100100110001111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360145; }

 p { color: rgb(54,1,69); }

 H1.HeaderClassName
 {
   color: #360145;
 }
 .AnyTagClassName
 {
   color: #360145;
 }
</style>
background-color css

<style>
 a { background-color: #360145; }

 a { background-color: rgb(54,1,69); }

 div.DivClassName
 {
   background-color: #360145;
 }
 .BgClassName
 {
   background-color: #360145;
 }
</style>
border-color css

<style>
 span { border-color: #360145; }

 span { border-color: rgb(54,1,69); }

 td.TdClassName
 {
   border-color: #360145;
 }
 .TagClassName
 {
   border-color: #360145;
 }
</style>