Html Css Color HEX #080037 Black Russian

📋 copy color: '#080037'

red 8 ◦ green 0 ◦ blue 55

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

Shades of Black Russian #080037

Tints of Black Russian #080037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 87.3%

R = 12.7%
G = 0%
B = 87.3%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#080037 (or 0x080037) is known color: Black Russian. HEX triplet: 08, 00 and 37. RGB value is (8,0,55). Sum of RGB (Red+Green+Blue) = 8+0+55=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 55 (21.88% from 255 or 87.30% from 63); Max value from RGB is 55 - color contains mainly: blue. Hex color #080037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080037 is #F7FFC8. Grayscale: #080808. Windows color (decimal): -16252873 or 3604488. OLE color: 3604488.

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

Color convert

RGB 8 0 55 -
CMYK 0.85 1 0 0.78
HSL 248.73º 1% 0.11% -
HSV(B) 248.73º 1% 0.22% -
XYZ 0.79 0.33 3.64 -
YUV 8.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 8 0 55 0.85 1 0 0.78 248.73 1 0.11
Hex 8 0 37 55 64 0 4E F9 64 B
Octal 10 0 67 125 144 0 116 371 144 13
Binary 1000 0 110111 1010101 1100100 0 1001110 11111001 1100100 1011

Color Harmonies of #080037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080037

Black with #080037

Text Example


Text Example

White with #080037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080037; }

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

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

background-color css

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

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

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

border-color css

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

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

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