Html Css Color HEX #080A32 Black Russian

📋 copy color: '#080A32'

red 8 ◦ green 10 ◦ blue 50

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

Shades of Black Russian #080A32

Tints of Black Russian #080A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 73.53%

R = 11.76%
G = 14.71%
B = 73.53%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#080A32 (or 0x080A32) is known color: Black Russian. HEX triplet: 08, 0A and 32. RGB value is (8,10,50). Sum of RGB (Red+Green+Blue) = 8+10+50=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 50 (19.92% from 255 or 73.53% from 68); Max value from RGB is 50 - color contains mainly: blue. Hex color #080A32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A32 is #F7F5CD. Grayscale: #0D0D0D. Windows color (decimal): -16250318 or 3279368. OLE color: 3279368.

HSL color Cylindrical-coordinate representation of color #080A32: hue angle of 237.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080A32 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 10 50 -
CMYK 0.84 0.80 0 0.80
HSL 237.14º 0.72% 0.11% -
HSV(B) 237.14º 0.84% 0.2% -
XYZ 0.78 0.5 3.07 -
YUV 13.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 8 10 50 0.84 0.80 0 0.80 237.14 0.72 0.11
Hex 8 A 32 54 50 0 50 ED 48 B
Octal 10 12 62 124 120 0 120 355 110 13
Binary 1000 1010 110010 1010100 1010000 0 1010000 11101101 1001000 1011

Color Harmonies of #080A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A32

Black with #080A32

Text Example


Text Example

White with #080A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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