Html Css Color HEX #080334 Black Russian

📋 copy color: '#080334'

red 8 ◦ green 3 ◦ blue 52

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

Shades of Black Russian #080334

Tints of Black Russian #080334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 82.54%

R = 12.7%
G = 4.76%
B = 82.54%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#080334 (or 0x080334) is known color: Black Russian. HEX triplet: 08, 03 and 34. RGB value is (8,3,52). Sum of RGB (Red+Green+Blue) = 8+3+52=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 52 (20.70% from 255 or 82.54% from 63); Max value from RGB is 52 - color contains mainly: blue. Hex color #080334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080334 is #F7FCCB. Grayscale: #090909. Windows color (decimal): -16252108 or 3408648. OLE color: 3408648.

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

Color convert

RGB 8 3 52 -
CMYK 0.85 0.94 0 0.80
HSL 246.12º 0.89% 0.11% -
HSV(B) 246.12º 0.94% 0.2% -
XYZ 0.75 0.36 3.28 -
YUV 10.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 8 3 52 0.85 0.94 0 0.80 246.12 0.89 0.11
Hex 8 3 34 55 5E 0 50 F6 59 B
Octal 10 3 64 125 136 0 120 366 131 13
Binary 1000 11 110100 1010101 1011110 0 1010000 11110110 1011001 1011

Color Harmonies of #080334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080334

Black with #080334

Text Example


Text Example

White with #080334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080334; }

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

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

background-color css

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

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

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

border-color css

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

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

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