Html Css Color HEX #120918 Blackcurrant

📋 copy color: '#120918'

red 18 ◦ green 9 ◦ blue 24

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

Shades of Blackcurrant #120918

Tints of Blackcurrant #120918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 17.65%

 BLUE value IS 24 (9.77% from 255) = 47.06%

R = 35.29%
G = 17.65%
B = 47.06%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120918 (or 0x120918) is known color: Blackcurrant. HEX triplet: 12, 09 and 18. RGB value is (18,9,24). Sum of RGB (Red+Green+Blue) = 18+9+24=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #120918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120918 is #EDF6E7. Grayscale: #0D0D0D. Windows color (decimal): -15595240 or 1575186. OLE color: 1575186.

HSL color Cylindrical-coordinate representation of color #120918: hue angle of 276º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #120918 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 9 24 -
CMYK 0.25 0.63 0 0.91
HSL 276º 0.45% 0.06% -
HSV(B) 276º 0.63% 0.09% -
XYZ 0.51 0.39 0.91 -
YUV 13.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 18 9 24 0.25 0.63 0 0.91 276 0.45 0.06
Hex 12 9 18 19 3F 0 5B 114 2D 6
Octal 22 11 30 31 77 0 133 424 55 6
Binary 10010 1001 11000 11001 111111 0 1011011 100010100 101101 110

Color Harmonies of #120918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120918

Black with #120918

Text Example


Text Example

White with #120918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120918; }

 p { color: rgb(18,9,24); }

 H1.HeaderClassName
 {
   color: #120918;
 }
 .AnyTagClassName
 {
   color: #120918;
 }
</style>

background-color css

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

 a { background-color: rgb(18,9,24); }

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

border-color css

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

 span { border-color: rgb(18,9,24); }

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