Html Css Color HEX #080A13 Black Russian

📋 copy color: '#080A13'

red 8 ◦ green 10 ◦ blue 19

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

Shades of Black Russian #080A13

Tints of Black Russian #080A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 51.35%

R = 21.62%
G = 27.03%
B = 51.35%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080A13 (or 0x080A13) is known color: Black Russian. HEX triplet: 08, 0A and 13. RGB value is (8,10,19). Sum of RGB (Red+Green+Blue) = 8+10+19=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #080A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A13 is #F7F5EC. Grayscale: #0A0A0A. Windows color (decimal): -16250349 or 1247752. OLE color: 1247752.

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

Color convert

RGB 8 10 19 -
CMYK 0.58 0.47 0 0.93
HSL 229.09º 0.41% 0.05% -
HSV(B) 229.09º 0.58% 0.07% -
XYZ 0.33 0.32 0.66 -
YUV 10.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 8 10 19 0.58 0.47 0 0.93 229.09 0.41 0.05
Hex 8 A 13 3A 2F 0 5D E5 29 5
Octal 10 12 23 72 57 0 135 345 51 5
Binary 1000 1010 10011 111010 101111 0 1011101 11100101 101001 101

Color Harmonies of #080A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A13

Black with #080A13

Text Example


Text Example

White with #080A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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