#030120

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

Shades of Black Russian #030120

Tints of Black Russian #030120

Color information

#030120 (or 0x030120) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 20. RGB value is (3,1,32). Sum of RGB (Red+Green+Blue) = 3+1+32=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 32 (12.89% from 255 or 88.89% from 36); Max value from RGB is 32 - color contains mainly: blue. Hex color #030120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030120 is #FCFEDF. Grayscale: #050505. Windows color (decimal): -16580320 or 2097411. OLE color: 2097411.

HSL color Cylindrical-coordinate representation of color #030120: hue angle of 243.87º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030120 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB3132-
CMYK0.910.9700.87
HSL243.87º93.94%6.47%-
HSV(B)243.87º96.88%12.55%-
XYZ0.310.151.38-
YUV5.13143.16126.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.33%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 32 (12.89% from 255) = 88.89%
R=8.33%
G=2.78%
B=88.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal31320.910.9700.87243.8793.946.47
Hex31205B61057f45e6
Octal314013314101273641366
Binary1111000001011011110000101010111111101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030120; }

 p { color: rgb(3,1,32); }

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

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

 a { background-color: rgb(3,1,32); }

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

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

 span { border-color: rgb(3,1,32); }

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