Html Css Color HEX #080112 Blackcurrant

📋 copy color: '#080112'

red 8 ◦ green 1 ◦ blue 18

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

Shades of Blackcurrant #080112

Tints of Blackcurrant #080112

RGB

 RED value IS 8 (3.52% from 255) = 29.63%

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

 BLUE value IS 18 (7.42% from 255) = 66.67%

R = 29.63%
G = 3.7%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080112 (or 0x080112) is known color: Blackcurrant. HEX triplet: 08, 01 and 12. RGB value is (8,1,18). Sum of RGB (Red+Green+Blue) = 8+1+18=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 18 (7.42% from 255 or 66.67% from 27); Max value from RGB is 18 - color contains mainly: blue. Hex color #080112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080112 is #F7FEED. Grayscale: #040404. Windows color (decimal): -16252654 or 1179912. OLE color: 1179912.

HSL color Cylindrical-coordinate representation of color #080112: hue angle of 264.71º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080112 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 1 18 -
CMYK 0.56 0.94 0 0.93
HSL 264.71º 0.89% 0.04% -
HSV(B) 264.71º 0.94% 0.07% -
XYZ 0.22 0.12 0.58 -
YUV 5.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 8 1 18 0.56 0.94 0 0.93 264.71 0.89 0.04
Hex 8 1 12 38 5E 0 5D 109 59 4
Octal 10 1 22 70 136 0 135 411 131 4
Binary 1000 1 10010 111000 1011110 0 1011101 100001001 1011001 100

Color Harmonies of #080112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080112

Black with #080112

Text Example


Text Example

White with #080112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080112; }

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

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

background-color css

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

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

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

border-color css

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

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

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