Html Css Color HEX #080832 Black Russian

📋 copy color: '#080832'

red 8 ◦ green 8 ◦ blue 50

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

Shades of Black Russian #080832

Tints of Black Russian #080832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.12%

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

R = 12.12%
G = 12.12%
B = 75.76%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#080832 (or 0x080832) is known color: Black Russian. HEX triplet: 08, 08 and 32. RGB value is (8,8,50). Sum of RGB (Red+Green+Blue) = 8+8+50=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #080832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080832 is #F7F7CD. Grayscale: #0C0C0C. Windows color (decimal): -16250830 or 3278856. OLE color: 3278856.

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

Color convert

RGB 8 8 50 -
CMYK 0.84 0.84 0 0.80
HSL 240º 0.72% 0.11% -
HSV(B) 240º 0.84% 0.2% -
XYZ 0.76 0.46 3.07 -
YUV 12.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 8 8 50 0.84 0.84 0 0.80 240 0.72 0.11
Hex 8 8 32 54 54 0 50 F0 48 B
Octal 10 10 62 124 124 0 120 360 110 13
Binary 1000 1000 110010 1010100 1010100 0 1010000 11110000 1001000 1011

Color Harmonies of #080832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080832

Black with #080832

Text Example


Text Example

White with #080832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080832; }

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

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

background-color css

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

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

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

border-color css

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

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

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