Html Css Color HEX #080527 Black Russian

📋 copy color: '#080527'

red 8 ◦ green 5 ◦ blue 39

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

Shades of Black Russian #080527

Tints of Black Russian #080527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.62%

 BLUE value IS 39 (15.63% from 255) = 75%

R = 15.38%
G = 9.62%
B = 75%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#080527 (or 0x080527) is known color: Black Russian. HEX triplet: 08, 05 and 27. RGB value is (8,5,39). Sum of RGB (Red+Green+Blue) = 8+5+39=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 39 (15.62% from 255 or 75% from 52); Max value from RGB is 39 - color contains mainly: blue. Hex color #080527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080527 is #F7FAD8. Grayscale: #090909. Windows color (decimal): -16251609 or 2557192. OLE color: 2557192.

HSL color Cylindrical-coordinate representation of color #080527: hue angle of 245.29º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #080527 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 5 39 -
CMYK 0.79 0.87 0 0.85
HSL 245.29º 0.77% 0.09% -
HSV(B) 245.29º 0.87% 0.15% -
XYZ 0.52 0.31 1.95 -
YUV 9.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 8 5 39 0.79 0.87 0 0.85 245.29 0.77 0.09
Hex 8 5 27 4F 57 0 55 F5 4D 9
Octal 10 5 47 117 127 0 125 365 115 11
Binary 1000 101 100111 1001111 1010111 0 1010101 11110101 1001101 1001

Color Harmonies of #080527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080527

Black with #080527

Text Example


Text Example

White with #080527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080527; }

 p { color: rgb(8,5,39); }

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

background-color css

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

 a { background-color: rgb(8,5,39); }

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

border-color css

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

 span { border-color: rgb(8,5,39); }

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