#010213

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

Shades of Black Russian #010213

Tints of Black Russian #010213

Color information

#010213 (or 0x010213) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 13. RGB value is (1,2,19). Sum of RGB (Red+Green+Blue) = 1+2+19=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 19 (7.81% from 255 or 86.36% from 22); Max value from RGB is 19 - color contains mainly: blue. Hex color #010213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010213 is #FEFDEC. Grayscale: #030303. Windows color (decimal): -16711149 or 1245697. OLE color: 1245697.

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

Color convert

RGB1219-
CMYK0.950.8900.93
HSL236.67º90%3.92%-
HSV(B)236.67º94.74%7.45%-
XYZ0.150.10.63-
YUV3.64136.67126.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.55%
GREEN value IS 2 (1.17% from 255) = 9.09%
BLUE value IS 19 (7.81% from 255) = 86.36%
R=4.55%
G=9.09%
B=86.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal12190.950.8900.93236.67903.92
Hex12135F5905Ded5a4
Octal122313713101353551324
Binary110100111011111101100101011101111011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010213; }

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

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

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

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

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

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

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

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