#120824

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

Shades of Blackcurrant #120824

Tints of Blackcurrant #120824

Color information

#120824 (or 0x120824) is unknown color: approx Blackcurrant. HEX triplet: 12, 08 and 24. RGB value is (18,8,36). Sum of RGB (Red+Green+Blue) = 18+8+36=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #120824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120824 is #EDF7DB. Grayscale: #0E0E0E. Windows color (decimal): -15595484 or 2361362. OLE color: 2361362.

HSL color Cylindrical-coordinate representation of color #120824: hue angle of 261.43º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120824 is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB18836-
CMYK0.50.7800.86
HSL261.43º63.64%8.63%-
HSV(B)261.43º77.78%14.12%-
XYZ0.650.431.72-
YUV14.18140.31130.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 36 (14.45% from 255) = 58.06%
R=29.03%
G=12.90%
B=58.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal188360.50.7800.86261.4363.648.63
Hex12824324E056105409
Octal22104462116012640510011
Binary10010100010010011001010011100101011010000010110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120824; }

 p { color: rgb(18,8,36); }

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

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

 a { background-color: rgb(18,8,36); }

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

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

 span { border-color: rgb(18,8,36); }

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