#01032D

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

Shades of Black Russian #01032D

Tints of Black Russian #01032D

Color information

#01032D (or 0x01032D) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 2D. RGB value is (1,3,45). Sum of RGB (Red+Green+Blue) = 1+3+45=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 45 (17.97% from 255 or 91.84% from 49); Max value from RGB is 45 - color contains mainly: blue. Hex color #01032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01032D is #FEFCD2. Grayscale: #070707. Windows color (decimal): -16710867 or 2949889. OLE color: 2949889.

HSL color Cylindrical-coordinate representation of color #01032D: hue angle of 237.27º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01032D is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB1345-
CMYK0.980.9300.82
HSL237.27º95.65%9.02%-
HSV(B)237.27º97.78%17.65%-
XYZ0.520.262.51-
YUV7.19149.34123.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 3 (1.56% from 255) = 6.12%
BLUE value IS 45 (17.97% from 255) = 91.84%
R=2.04%
G=6.12%
B=91.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal13450.980.9300.82237.2795.659.02
Hex132D625D052ed609
Octal1355142135012235514011
Binary11110110111000101011101010100101110110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01032D; }

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

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

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

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

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

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

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

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