#08052E

Color #08052E Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #08052E

Tints of Black Russian #08052E

Color information

#08052E (or 0x08052E) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 2E. RGB value is (8,5,46). Sum of RGB (Red+Green+Blue) = 8+5+46=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 46 (18.36% from 255 or 77.97% from 59); Max value from RGB is 46 - color contains mainly: blue. Hex color #08052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08052E is #F7FAD1. Grayscale: #0A0A0A. Windows color (decimal): -16251602 or 3015944. OLE color: 3015944.

HSL color Cylindrical-coordinate representation of color #08052E: hue angle of 244.39º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08052E is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB8546-
CMYK0.830.8900.82
HSL244.39º80.39%10%-
HSV(B)244.39º89.13%18.04%-
XYZ0.650.362.62-
YUV10.57147.99126.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.56%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 46 (18.36% from 255) = 77.97%
R=13.56%
G=8.47%
B=77.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal85460.830.8900.82244.3980.3910
Hex852E5359052f450a
Octal10556123131012236412012
Binary100010110111010100111011001010100101111010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08052E; }

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

 H1.HeaderClassName
 {
   color: #08052E;
 }
 .AnyTagClassName
 {
   color: #08052E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #08052E;
 }
 .BgClassName
 {
   background-color: #08052E;
 }
</style>
border-color css

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

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

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