#08082F

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

Shades of Black Russian #08082F

Tints of Black Russian #08082F

Color information

#08082F (or 0x08082F) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 2F. RGB value is (8,8,47). Sum of RGB (Red+Green+Blue) = 8+8+47=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 47 (18.75% from 255 or 74.60% from 63); Max value from RGB is 47 - color contains mainly: blue. Hex color #08082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08082F is #F7F7D0. Grayscale: #0C0C0C. Windows color (decimal): -16250833 or 3082248. OLE color: 3082248.

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

Color convert

RGB8847-
CMYK0.830.8300.82
HSL240º70.91%10.78%-
HSV(B)240º82.98%18.43%-
XYZ0.70.432.74-
YUV12.45147.5124.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.70%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 47 (18.75% from 255) = 74.60%
R=12.70%
G=12.70%
B=74.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal88470.830.8300.8224070.9110.78
Hex882F5353052f047b
Octal101057123123012236010713
Binary1000100010111110100111010011010100101111000010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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