#030212

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

Shades of Black Russian #030212

Tints of Black Russian #030212

Color information

#030212 (or 0x030212) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 12. RGB value is (3,2,18). Sum of RGB (Red+Green+Blue) = 3+2+18=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 18 (7.42% from 255 or 78.26% from 23); Max value from RGB is 18 - color contains mainly: blue. Hex color #030212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030212 is #FCFDED. Grayscale: #040404. Windows color (decimal): -16580078 or 1180163. OLE color: 1180163.

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

Color convert

RGB3218-
CMYK0.830.8900.93
HSL243.75º80%3.92%-
HSV(B)243.75º88.89%7.06%-
XYZ0.170.110.58-
YUV4.12135.83127.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 2 (1.17% from 255) = 8.70%
BLUE value IS 18 (7.42% from 255) = 78.26%
R=13.04%
G=8.70%
B=78.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal32180.830.8900.93243.75803.92
Hex3212535905Df4504
Octal322212313101353641204
Binary1110100101010011101100101011101111101001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030212; }

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

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

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

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

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

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

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

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