Html Css Color HEX #080526 Black Russian

📋 copy color: '#080526'

red 8 ◦ green 5 ◦ blue 38

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

Shades of Black Russian #080526

Tints of Black Russian #080526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 74.51%

R = 15.69%
G = 9.8%
B = 74.51%

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

#080526 (or 0x080526) is known color: Black Russian. HEX triplet: 08, 05 and 26. RGB value is (8,5,38). Sum of RGB (Red+Green+Blue) = 8+5+38=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 38 (15.23% from 255 or 74.51% from 51); Max value from RGB is 38 - color contains mainly: blue. Hex color #080526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080526 is #F7FAD9. Grayscale: #090909. Windows color (decimal): -16251610 or 2491656. OLE color: 2491656.

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

Color convert

RGB 8 5 38 -
CMYK 0.79 0.87 0 0.85
HSL 245.45º 0.77% 0.08% -
HSV(B) 245.45º 0.87% 0.15% -
XYZ 0.5 0.3 1.87 -
YUV 9.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 8 5 38 0.79 0.87 0 0.85 245.45 0.77 0.08
Hex 8 5 26 4F 57 0 55 F5 4D 8
Octal 10 5 46 117 127 0 125 365 115 10
Binary 1000 101 100110 1001111 1010111 0 1010101 11110101 1001101 1000

Color Harmonies of #080526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080526

Black with #080526

Text Example


Text Example

White with #080526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080526; }

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

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

background-color css

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

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

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

border-color css

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

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

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