Html Css Color HEX #080A19 Black Russian

📋 copy color: '#080A19'

red 8 ◦ green 10 ◦ blue 25

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

Shades of Black Russian #080A19

Tints of Black Russian #080A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 58.14%

R = 18.6%
G = 23.26%
B = 58.14%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#080A19 (or 0x080A19) is known color: Black Russian. HEX triplet: 08, 0A and 19. RGB value is (8,10,25). Sum of RGB (Red+Green+Blue) = 8+10+25=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #080A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A19 is #F7F5E6. Grayscale: #0B0B0B. Windows color (decimal): -16250343 or 1640968. OLE color: 1640968.

HSL color Cylindrical-coordinate representation of color #080A19: hue angle of 232.94º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #080A19 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 10 25 -
CMYK 0.68 0.60 0 0.90
HSL 232.94º 0.52% 0.06% -
HSV(B) 232.94º 0.68% 0.1% -
XYZ 0.38 0.34 0.96 -
YUV 11.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 8 10 25 0.68 0.60 0 0.90 232.94 0.52 0.06
Hex 8 A 19 44 3C 0 5A E9 34 6
Octal 10 12 31 104 74 0 132 351 64 6
Binary 1000 1010 11001 1000100 111100 0 1011010 11101001 110100 110

Color Harmonies of #080A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A19

Black with #080A19

Text Example


Text Example

White with #080A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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