Html Css Color HEX #080A14 Black Russian

📋 copy color: '#080A14'

red 8 ◦ green 10 ◦ blue 20

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

Shades of Black Russian #080A14

Tints of Black Russian #080A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 52.63%

R = 21.05%
G = 26.32%
B = 52.63%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080A14 (or 0x080A14) is known color: Black Russian. HEX triplet: 08, 0A and 14. RGB value is (8,10,20). Sum of RGB (Red+Green+Blue) = 8+10+20=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #080A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A14 is #F7F5EB. Grayscale: #0A0A0A. Windows color (decimal): -16250348 or 1313288. OLE color: 1313288.

HSL color Cylindrical-coordinate representation of color #080A14: hue angle of 230º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #080A14 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 10 20 -
CMYK 0.60 0.50 0 0.92
HSL 230º 0.43% 0.05% -
HSV(B) 230º 0.6% 0.08% -
XYZ 0.33 0.32 0.71 -
YUV 10.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 8 10 20 0.60 0.50 0 0.92 230 0.43 0.05
Hex 8 A 14 3C 32 0 5C E6 2B 5
Octal 10 12 24 74 62 0 134 346 53 5
Binary 1000 1010 10100 111100 110010 0 1011100 11100110 101011 101

Color Harmonies of #080A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A14

Black with #080A14

Text Example


Text Example

White with #080A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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