#080C2F

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

Shades of Black Russian #080C2F

Tints of Black Russian #080C2F

Color information

#080C2F (or 0x080C2F) is unknown color: approx Black Russian. HEX triplet: 08, 0C and 2F. RGB value is (8,12,47). Sum of RGB (Red+Green+Blue) = 8+12+47=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #080C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C2F is #F7F3D0. Grayscale: #0E0E0E. Windows color (decimal): -16249809 or 3083272. OLE color: 3083272.

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

Color convert

RGB81247-
CMYK0.830.7400.82
HSL233.85º70.91%10.78%-
HSV(B)233.85º82.98%18.43%-
XYZ0.740.522.75-
YUV14.79146.17123.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.94%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 47 (18.75% from 255) = 70.15%
R=11.94%
G=17.91%
B=70.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal812470.830.7400.82233.8570.9110.78
Hex8C2F534A052ea47b
Octal101457123112012235210713
Binary1000110010111110100111001010010100101110101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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