Html Css Color HEX #120D16 Blackcurrant

📋 copy color: '#120D16'

red 18 ◦ green 13 ◦ blue 22

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

Shades of Blackcurrant #120D16

Tints of Blackcurrant #120D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 41.51%

R = 33.96%
G = 24.53%
B = 41.51%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120D16 (or 0x120D16) is known color: Blackcurrant. HEX triplet: 12, 0D and 16. RGB value is (18,13,22). Sum of RGB (Red+Green+Blue) = 18+13+22=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 22 - color contains mainly: blue. Hex color #120D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D16 is #EDF2E9. Grayscale: #0F0F0F. Windows color (decimal): -15594218 or 1445138. OLE color: 1445138.

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

Color convert

RGB 18 13 22 -
CMYK 0.18 0.41 0 0.91
HSL 273.33º 0.26% 0.07% -
HSV(B) 273.33º 0.41% 0.09% -
XYZ 0.54 0.47 0.82 -
YUV 15.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 18 13 22 0.18 0.41 0 0.91 273.33 0.26 0.07
Hex 12 D 16 12 29 0 5B 111 1A 7
Octal 22 15 26 22 51 0 133 421 32 7
Binary 10010 1101 10110 10010 101001 0 1011011 100010001 11010 111

Color Harmonies of #120D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D16

Black with #120D16

Text Example


Text Example

White with #120D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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