#030812

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

Shades of Black Russian #030812

Tints of Black Russian #030812

Color information

#030812 (or 0x030812) is unknown color: approx Black Russian. HEX triplet: 03, 08 and 12. RGB value is (3,8,18). Sum of RGB (Red+Green+Blue) = 3+8+18=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #030812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030812 is #FCF7ED. Grayscale: #070707. Windows color (decimal): -16578542 or 1181699. OLE color: 1181699.

HSL color Cylindrical-coordinate representation of color #030812: hue angle of 220º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #030812 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB3818-
CMYK0.830.5600.93
HSL220º71.43%4.12%-
HSV(B)220º83.33%7.06%-
XYZ0.230.240.61-
YUV7.64133.84124.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.34%
GREEN value IS 8 (3.52% from 255) = 27.59%
BLUE value IS 18 (7.42% from 255) = 62.07%
R=10.34%
G=27.59%
B=62.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal38180.830.5600.9322071.434.12
Hex3812533805Ddc474
Octal310221237001353341074
Binary11100010010101001111100001011101110111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030812; }

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

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

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

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

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

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

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

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