Html Css Color HEX #120B18 Blackcurrant

📋 copy color: '#120B18'

red 18 ◦ green 11 ◦ blue 24

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

Shades of Blackcurrant #120B18

Tints of Blackcurrant #120B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.75%

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

R = 33.96%
G = 20.75%
B = 45.28%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120B18 (or 0x120B18) is known color: Blackcurrant. HEX triplet: 12, 0B and 18. RGB value is (18,11,24). Sum of RGB (Red+Green+Blue) = 18+11+24=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #120B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B18 is #EDF4E7. Grayscale: #0E0E0E. Windows color (decimal): -15594728 or 1575698. OLE color: 1575698.

HSL color Cylindrical-coordinate representation of color #120B18: hue angle of 272.31º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #120B18 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 11 24 -
CMYK 0.25 0.54 0 0.91
HSL 272.31º 0.37% 0.07% -
HSV(B) 272.31º 0.54% 0.09% -
XYZ 0.53 0.43 0.92 -
YUV 14.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 18 11 24 0.25 0.54 0 0.91 272.31 0.37 0.07
Hex 12 B 18 19 36 0 5B 110 25 7
Octal 22 13 30 31 66 0 133 420 45 7
Binary 10010 1011 11000 11001 110110 0 1011011 100010000 100101 111

Color Harmonies of #120B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B18

Black with #120B18

Text Example


Text Example

White with #120B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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