Html Css Color HEX #120216 Blackcurrant

📋 copy color: '#120216'

red 18 ◦ green 2 ◦ blue 22

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

Shades of Blackcurrant #120216

Tints of Blackcurrant #120216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.76%

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

R = 42.86%
G = 4.76%
B = 52.38%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120216 (or 0x120216) is known color: Blackcurrant. HEX triplet: 12, 02 and 16. RGB value is (18,2,22). Sum of RGB (Red+Green+Blue) = 18+2+22=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #120216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120216 is #EDFDE9. Grayscale: #090909. Windows color (decimal): -15597034 or 1442322. OLE color: 1442322.

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

Color convert

RGB 18 2 22 -
CMYK 0.18 0.91 0 0.91
HSL 288º 0.83% 0.05% -
HSV(B) 288º 0.91% 0.09% -
XYZ 0.42 0.23 0.78 -
YUV 9.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 18 2 22 0.18 0.91 0 0.91 288 0.83 0.05
Hex 12 2 16 12 5B 0 5B 120 53 5
Octal 22 2 26 22 133 0 133 440 123 5
Binary 10010 10 10110 10010 1011011 0 1011011 100100000 1010011 101

Color Harmonies of #120216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120216

Black with #120216

Text Example


Text Example

White with #120216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120216; }

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

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

background-color css

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

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

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

border-color css

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

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

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