Html Css Color HEX #120B16 Blackcurrant

📋 copy color: '#120B16'

red 18 ◦ green 11 ◦ blue 22

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

Shades of Blackcurrant #120B16

Tints of Blackcurrant #120B16

RGB

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

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

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

R = 35.29%
G = 21.57%
B = 43.14%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120B16 (or 0x120B16) is known color: Blackcurrant. HEX triplet: 12, 0B and 16. RGB value is (18,11,22). Sum of RGB (Red+Green+Blue) = 18+11+22=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #120B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B16 is #EDF4E9. Grayscale: #0E0E0E. Windows color (decimal): -15594730 or 1444626. OLE color: 1444626.

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

Color convert

RGB 18 11 22 -
CMYK 0.18 0.5 0 0.91
HSL 278.18º 0.33% 0.06% -
HSV(B) 278.18º 0.5% 0.09% -
XYZ 0.51 0.43 0.81 -
YUV 14.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 18 11 22 0.18 0.5 0 0.91 278.18 0.33 0.06
Hex 12 B 16 12 32 0 5B 116 21 6
Octal 22 13 26 22 62 0 133 426 41 6
Binary 10010 1011 10110 10010 110010 0 1011011 100010110 100001 110

Color Harmonies of #120B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B16

Black with #120B16

Text Example


Text Example

White with #120B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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