Html Css Color HEX #080332 Black Russian

📋 copy color: '#080332'

red 8 ◦ green 3 ◦ blue 50

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

Shades of Black Russian #080332

Tints of Black Russian #080332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.92%

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

R = 13.11%
G = 4.92%
B = 81.97%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#080332 (or 0x080332) is known color: Black Russian. HEX triplet: 08, 03 and 32. RGB value is (8,3,50). Sum of RGB (Red+Green+Blue) = 8+3+50=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 50 (19.92% from 255 or 81.97% from 61); Max value from RGB is 50 - color contains mainly: blue. Hex color #080332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080332 is #F7FCCD. Grayscale: #090909. Windows color (decimal): -16252110 or 3277576. OLE color: 3277576.

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

Color convert

RGB 8 3 50 -
CMYK 0.84 0.94 0 0.80
HSL 246.38º 0.89% 0.1% -
HSV(B) 246.38º 0.94% 0.2% -
XYZ 0.71 0.35 3.05 -
YUV 9.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 8 3 50 0.84 0.94 0 0.80 246.38 0.89 0.1
Hex 8 3 32 54 5E 0 50 F6 59 A
Octal 10 3 62 124 136 0 120 366 131 12
Binary 1000 11 110010 1010100 1011110 0 1010000 11110110 1011001 1010

Color Harmonies of #080332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080332

Black with #080332

Text Example


Text Example

White with #080332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080332; }

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

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

background-color css

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

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

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

border-color css

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

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

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