#08052F

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

Shades of Black Russian #08052F

Tints of Black Russian #08052F

Color information

#08052F (or 0x08052F) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 2F. RGB value is (8,5,47). Sum of RGB (Red+Green+Blue) = 8+5+47=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 47 (18.75% from 255 or 78.33% from 60); Max value from RGB is 47 - color contains mainly: blue. Hex color #08052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08052F is #F7FAD0. Grayscale: #0A0A0A. Windows color (decimal): -16251601 or 3081480. OLE color: 3081480.

HSL color Cylindrical-coordinate representation of color #08052F: hue angle of 244.29º degrees, saturation: 0.81, 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 #08052F is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB8547-
CMYK0.830.8900.82
HSL244.29º80.77%10.2%-
HSV(B)244.29º89.36%18.43%-
XYZ0.670.372.72-
YUV10.68148.49126.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.33%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 47 (18.75% from 255) = 78.33%
R=13.33%
G=8.33%
B=78.33%

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
Decimal85470.830.8900.82244.2980.7710.2
Hex852F5359052f451a
Octal10557123131012236412112
Binary100010110111110100111011001010100101111010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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