Html Css Color HEX #080136 Black Russian

📋 copy color: '#080136'

red 8 ◦ green 1 ◦ blue 54

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

Shades of Black Russian #080136

Tints of Black Russian #080136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.59%

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

R = 12.7%
G = 1.59%
B = 85.71%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#080136 (or 0x080136) is known color: Black Russian. HEX triplet: 08, 01 and 36. RGB value is (8,1,54). Sum of RGB (Red+Green+Blue) = 8+1+54=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 54 (21.48% from 255 or 85.71% from 63); Max value from RGB is 54 - color contains mainly: blue. Hex color #080136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080136 is #F7FEC9. Grayscale: #080808. Windows color (decimal): -16252618 or 3539208. OLE color: 3539208.

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

Color convert

RGB 8 1 54 -
CMYK 0.85 0.98 0 0.79
HSL 247.92º 0.96% 0.11% -
HSV(B) 247.92º 0.98% 0.21% -
XYZ 0.78 0.34 3.51 -
YUV 9.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 8 1 54 0.85 0.98 0 0.79 247.92 0.96 0.11
Hex 8 1 36 55 62 0 4F F8 60 B
Octal 10 1 66 125 142 0 117 370 140 13
Binary 1000 1 110110 1010101 1100010 0 1001111 11111000 1100000 1011

Color Harmonies of #080136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080136

Black with #080136

Text Example


Text Example

White with #080136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080136; }

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

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

background-color css

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

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

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

border-color css

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

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

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