Html Css Color HEX #120824 Blackcurrant

📋 copy color: '#120824'

red 18 ◦ green 8 ◦ blue 36

#120824
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #120824

Tints of Blackcurrant #120824

RGB

 RED value IS 18 (7.42% from 255) = 29.03%

 GREEN value IS 8 (3.52% from 255) = 12.9%

 BLUE value IS 36 (14.45% from 255) = 58.06%

R = 29.03%
G = 12.9%
B = 58.06%

CMYK

 C value IS 0.5

 M value IS 0.78

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120824 (or 0x120824) is known color: 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

RGB 18 8 36 -
CMYK 0.5 0.78 0 0.86
HSL 261.43º 0.64% 0.09% -
HSV(B) 261.43º 0.78% 0.14% -
XYZ 0.65 0.43 1.72 -
YUV 14.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 18 8 36 0.5 0.78 0 0.86 261.43 0.64 0.09
Hex 12 8 24 32 4E 0 56 105 40 9
Octal 22 10 44 62 116 0 126 405 100 11
Binary 10010 1000 100100 110010 1001110 0 1010110 100000101 1000000 1001

Color Harmonies of #120824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120824

Black with #120824

Text Example


Text Example

White with #120824

Text Example


Text Example

HTML Codes & Css Web 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>