Html Css Color HEX #080932 Black Russian

📋 copy color: '#080932'

red 8 ◦ green 9 ◦ blue 50

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

Shades of Black Russian #080932

Tints of Black Russian #080932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.43%

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

R = 11.94%
G = 13.43%
B = 74.63%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#080932 (or 0x080932) is known color: Black Russian. HEX triplet: 08, 09 and 32. RGB value is (8,9,50). Sum of RGB (Red+Green+Blue) = 8+9+50=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 50 (19.92% from 255 or 74.63% from 67); Max value from RGB is 50 - color contains mainly: blue. Hex color #080932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080932 is #F7F6CD. Grayscale: #0D0D0D. Windows color (decimal): -16250574 or 3279112. OLE color: 3279112.

HSL color Cylindrical-coordinate representation of color #080932: hue angle of 238.57º 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 #080932 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 9 50 -
CMYK 0.84 0.82 0 0.80
HSL 238.57º 0.72% 0.11% -
HSV(B) 238.57º 0.84% 0.2% -
XYZ 0.77 0.48 3.07 -
YUV 13.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 8 9 50 0.84 0.82 0 0.80 238.57 0.72 0.11
Hex 8 9 32 54 52 0 50 EF 48 B
Octal 10 11 62 124 122 0 120 357 110 13
Binary 1000 1001 110010 1010100 1010010 0 1010000 11101111 1001000 1011

Color Harmonies of #080932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080932

Black with #080932

Text Example


Text Example

White with #080932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080932; }

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

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

background-color css

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

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

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

border-color css

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

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

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