Html Css Color HEX #080036 Black Russian

📋 copy color: '#080036'

red 8 ◦ green 0 ◦ blue 54

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

Shades of Black Russian #080036

Tints of Black Russian #080036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 12.9%
G = 0%
B = 87.1%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#080036 (or 0x080036) is known color: Black Russian. HEX triplet: 08, 00 and 36. RGB value is (8,0,54). Sum of RGB (Red+Green+Blue) = 8+0+54=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 54 (21.48% from 255 or 87.10% from 62); Max value from RGB is 54 - color contains mainly: blue. Hex color #080036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080036 is #F7FFC9. Grayscale: #080808. Windows color (decimal): -16252874 or 3538952. OLE color: 3538952.

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

Color convert

RGB 8 0 54 -
CMYK 0.85 1 0 0.79
HSL 248.89º 1% 0.11% -
HSV(B) 248.89º 1% 0.21% -
XYZ 0.77 0.32 3.51 -
YUV 8.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 8 0 54 0.85 1 0 0.79 248.89 1 0.11
Hex 8 0 36 55 64 0 4F F9 64 B
Octal 10 0 66 125 144 0 117 371 144 13
Binary 1000 0 110110 1010101 1100100 0 1001111 11111001 1100100 1011

Color Harmonies of #080036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080036

Black with #080036

Text Example


Text Example

White with #080036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080036; }

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

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

background-color css

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

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

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

border-color css

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

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

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