Html Css Color HEX #120D18 Blackcurrant

📋 copy color: '#120D18'

red 18 ◦ green 13 ◦ blue 24

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

Shades of Blackcurrant #120D18

Tints of Blackcurrant #120D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 23.64%

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

R = 32.73%
G = 23.64%
B = 43.64%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120D18 (or 0x120D18) is known color: Blackcurrant. HEX triplet: 12, 0D and 18. RGB value is (18,13,24). Sum of RGB (Red+Green+Blue) = 18+13+24=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #120D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D18 is #EDF2E7. Grayscale: #0F0F0F. Windows color (decimal): -15594216 or 1576210. OLE color: 1576210.

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

Color convert

RGB 18 13 24 -
CMYK 0.25 0.46 0 0.91
HSL 267.27º 0.3% 0.07% -
HSV(B) 267.27º 0.46% 0.09% -
XYZ 0.56 0.48 0.93 -
YUV 15.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 18 13 24 0.25 0.46 0 0.91 267.27 0.3 0.07
Hex 12 D 18 19 2E 0 5B 10B 1E 7
Octal 22 15 30 31 56 0 133 413 36 7
Binary 10010 1101 11000 11001 101110 0 1011011 100001011 11110 111

Color Harmonies of #120D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D18

Black with #120D18

Text Example


Text Example

White with #120D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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