Html Css Color HEX #080A12 Black Russian

📋 copy color: '#080A12'

red 8 ◦ green 10 ◦ blue 18

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

Shades of Black Russian #080A12

Tints of Black Russian #080A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 27.78%

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

R = 22.22%
G = 27.78%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080A12 (or 0x080A12) is known color: Black Russian. HEX triplet: 08, 0A and 12. RGB value is (8,10,18). Sum of RGB (Red+Green+Blue) = 8+10+18=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #080A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A12 is #F7F5ED. Grayscale: #0A0A0A. Windows color (decimal): -16250350 or 1182216. OLE color: 1182216.

HSL color Cylindrical-coordinate representation of color #080A12: hue angle of 228º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #080A12 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 10 18 -
CMYK 0.56 0.44 0 0.93
HSL 228º 0.38% 0.05% -
HSV(B) 228º 0.56% 0.07% -
XYZ 0.32 0.31 0.62 -
YUV 10.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 8 10 18 0.56 0.44 0 0.93 228 0.38 0.05
Hex 8 A 12 38 2C 0 5D E4 26 5
Octal 10 12 22 70 54 0 135 344 46 5
Binary 1000 1010 10010 111000 101100 0 1011101 11100100 100110 101

Color Harmonies of #080A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A12

Black with #080A12

Text Example


Text Example

White with #080A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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