Html Css Color HEX #080336 Black Russian

📋 copy color: '#080336'

red 8 ◦ green 3 ◦ blue 54

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

Shades of Black Russian #080336

Tints of Black Russian #080336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 83.08%

R = 12.31%
G = 4.62%
B = 83.08%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#080336 (or 0x080336) is known color: Black Russian. HEX triplet: 08, 03 and 36. RGB value is (8,3,54). Sum of RGB (Red+Green+Blue) = 8+3+54=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 54 (21.48% from 255 or 83.08% from 65); Max value from RGB is 54 - color contains mainly: blue. Hex color #080336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080336 is #F7FCC9. Grayscale: #0A0A0A. Windows color (decimal): -16252106 or 3539720. OLE color: 3539720.

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

Color convert

RGB 8 3 54 -
CMYK 0.85 0.94 0 0.79
HSL 245.88º 0.89% 0.11% -
HSV(B) 245.88º 0.94% 0.21% -
XYZ 0.8 0.38 3.52 -
YUV 10.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 8 3 54 0.85 0.94 0 0.79 245.88 0.89 0.11
Hex 8 3 36 55 5E 0 4F F6 59 B
Octal 10 3 66 125 136 0 117 366 131 13
Binary 1000 11 110110 1010101 1011110 0 1001111 11110110 1011001 1011

Color Harmonies of #080336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080336

Black with #080336

Text Example


Text Example

White with #080336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080336; }

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

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

background-color css

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

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

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

border-color css

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

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

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