Html Css Color HEX #120816 Blackcurrant

📋 copy color: '#120816'

red 18 ◦ green 8 ◦ blue 22

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

Shades of Blackcurrant #120816

Tints of Blackcurrant #120816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 16.67%

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

R = 37.5%
G = 16.67%
B = 45.83%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120816 (or 0x120816) is known color: Blackcurrant. HEX triplet: 12, 08 and 16. RGB value is (18,8,22). Sum of RGB (Red+Green+Blue) = 18+8+22=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #120816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120816 is #EDF7E9. Grayscale: #0C0C0C. Windows color (decimal): -15595498 or 1443858. OLE color: 1443858.

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

Color convert

RGB 18 8 22 -
CMYK 0.18 0.64 0 0.91
HSL 282.86º 0.47% 0.06% -
HSV(B) 282.86º 0.64% 0.09% -
XYZ 0.48 0.36 0.8 -
YUV 12.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 18 8 22 0.18 0.64 0 0.91 282.86 0.47 0.06
Hex 12 8 16 12 40 0 5B 11B 2F 6
Octal 22 10 26 22 100 0 133 433 57 6
Binary 10010 1000 10110 10010 1000000 0 1011011 100011011 101111 110

Color Harmonies of #120816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120816

Black with #120816

Text Example


Text Example

White with #120816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120816; }

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

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

background-color css

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

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

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

border-color css

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

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

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