Html Css Color HEX #120116 Blackcurrant

📋 copy color: '#120116'

red 18 ◦ green 1 ◦ blue 22

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

Shades of Blackcurrant #120116

Tints of Blackcurrant #120116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.44%

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

R = 43.9%
G = 2.44%
B = 53.66%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120116 (or 0x120116) is known color: Blackcurrant. HEX triplet: 12, 01 and 16. RGB value is (18,1,22). Sum of RGB (Red+Green+Blue) = 18+1+22=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #120116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120116 is #EDFEE9. Grayscale: #080808. Windows color (decimal): -15597290 or 1442066. OLE color: 1442066.

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

Color convert

RGB 18 1 22 -
CMYK 0.18 0.95 0 0.91
HSL 288.57º 0.91% 0.05% -
HSV(B) 288.57º 0.95% 0.09% -
XYZ 0.41 0.21 0.78 -
YUV 8.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 18 1 22 0.18 0.95 0 0.91 288.57 0.91 0.05
Hex 12 1 16 12 5F 0 5B 121 5B 5
Octal 22 1 26 22 137 0 133 441 133 5
Binary 10010 1 10110 10010 1011111 0 1011011 100100001 1011011 101

Color Harmonies of #120116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120116

Black with #120116

Text Example


Text Example

White with #120116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120116; }

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

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

background-color css

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

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

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

border-color css

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

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

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