#010219

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

Shades of Black Russian #010219

Tints of Black Russian #010219

Color information

#010219 (or 0x010219) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 19. RGB value is (1,2,25). Sum of RGB (Red+Green+Blue) = 1+2+25=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 25 (10.16% from 255 or 89.29% from 28); Max value from RGB is 25 - color contains mainly: blue. Hex color #010219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010219 is #FEFDE6. Grayscale: #040404. Windows color (decimal): -16711143 or 1638913. OLE color: 1638913.

HSL color Cylindrical-coordinate representation of color #010219: hue angle of 237.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010219 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB1225-
CMYK0.960.9200.90
HSL237.5º92.31%5.1%-
HSV(B)237.5º96%9.8%-
XYZ0.210.120.93-
YUV4.32139.67125.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.57%
GREEN value IS 2 (1.17% from 255) = 7.14%
BLUE value IS 25 (10.16% from 255) = 89.29%
R=3.57%
G=7.14%
B=89.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal12250.960.9200.90237.592.315.1
Hex1219605C05Aee5c5
Octal123114013401323561345
Binary110110011100000101110001011010111011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010219; }

 p { color: rgb(1,2,25); }

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

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

 a { background-color: rgb(1,2,25); }

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

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

 span { border-color: rgb(1,2,25); }

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