Html Css Color HEX #080534 Black Russian

📋 copy color: '#080534'

red 8 ◦ green 5 ◦ blue 52

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

Shades of Black Russian #080534

Tints of Black Russian #080534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 80%

R = 12.31%
G = 7.69%
B = 80%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#080534 (or 0x080534) is known color: Black Russian. HEX triplet: 08, 05 and 34. RGB value is (8,5,52). Sum of RGB (Red+Green+Blue) = 8+5+52=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 52 (20.70% from 255 or 80% from 65); Max value from RGB is 52 - color contains mainly: blue. Hex color #080534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080534 is #F7FACB. Grayscale: #0B0B0B. Windows color (decimal): -16251596 or 3409160. OLE color: 3409160.

HSL color Cylindrical-coordinate representation of color #080534: hue angle of 243.83º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080534 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 5 52 -
CMYK 0.85 0.90 0 0.80
HSL 243.83º 0.82% 0.11% -
HSV(B) 243.83º 0.9% 0.2% -
XYZ 0.77 0.41 3.29 -
YUV 11.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 8 5 52 0.85 0.90 0 0.80 243.83 0.82 0.11
Hex 8 5 34 55 5A 0 50 F4 52 B
Octal 10 5 64 125 132 0 120 364 122 13
Binary 1000 101 110100 1010101 1011010 0 1010000 11110100 1010010 1011

Color Harmonies of #080534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080534

Black with #080534

Text Example


Text Example

White with #080534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080534; }

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

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

background-color css

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

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

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

border-color css

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

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

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