#080A2F

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

Shades of Black Russian #080A2F

Tints of Black Russian #080A2F

Color information

#080A2F (or 0x080A2F) is unknown color: approx Black Russian. HEX triplet: 08, 0A and 2F. RGB value is (8,10,47). Sum of RGB (Red+Green+Blue) = 8+10+47=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 47 (18.75% from 255 or 72.31% from 65); Max value from RGB is 47 - color contains mainly: blue. Hex color #080A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A2F is #F7F5D0. Grayscale: #0D0D0D. Windows color (decimal): -16250321 or 3082760. OLE color: 3082760.

HSL color Cylindrical-coordinate representation of color #080A2F: hue angle of 236.92º 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 #080A2F is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB81047-
CMYK0.830.7900.82
HSL236.92º70.91%10.78%-
HSV(B)236.92º82.98%18.43%-
XYZ0.720.472.74-
YUV13.62146.84123.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.31%
GREEN value IS 10 (4.30% from 255) = 15.38%
BLUE value IS 47 (18.75% from 255) = 72.31%
R=12.31%
G=15.38%
B=72.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal810470.830.7900.82236.9270.9110.78
Hex8A2F534F052ed47b
Octal101257123117012235510713
Binary1000101010111110100111001111010100101110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080A2F; }

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

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

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

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

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

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

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

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