#08032F

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

Shades of Black Russian #08032F

Tints of Black Russian #08032F

Color information

#08032F (or 0x08032F) is unknown color: approx Black Russian. HEX triplet: 08, 03 and 2F. RGB value is (8,3,47). Sum of RGB (Red+Green+Blue) = 8+3+47=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 47 (18.75% from 255 or 81.03% from 58); Max value from RGB is 47 - color contains mainly: blue. Hex color #08032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08032F is #F7FCD0. Grayscale: #090909. Windows color (decimal): -16252113 or 3080968. OLE color: 3080968.

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

Color convert

RGB8347-
CMYK0.830.9400.82
HSL246.82º88%9.8%-
HSV(B)246.82º93.62%18.43%-
XYZ0.650.322.72-
YUV9.51149.16126.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.79%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 47 (18.75% from 255) = 81.03%
R=13.79%
G=5.17%
B=81.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal83470.830.9400.82246.82889.8
Hex832F535E052f758a
Octal10357123136012236713012
Binary10001110111110100111011110010100101111011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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