#01032C

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

Shades of Black Russian #01032C

Tints of Black Russian #01032C

Color information

#01032C (or 0x01032C) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 2C. RGB value is (1,3,44). Sum of RGB (Red+Green+Blue) = 1+3+44=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 44 (17.58% from 255 or 91.67% from 48); Max value from RGB is 44 - color contains mainly: blue. Hex color #01032C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01032C is #FEFCD3. Grayscale: #060606. Windows color (decimal): -16710868 or 2884353. OLE color: 2884353.

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

Color convert

RGB1344-
CMYK0.980.9300.83
HSL237.21º95.56%8.82%-
HSV(B)237.21º97.73%17.25%-
XYZ0.50.252.41-
YUV7.08148.84123.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 44 (17.58% from 255) = 91.67%
R=2.08%
G=6.25%
B=91.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal13440.980.9300.83237.2195.568.82
Hex132C625D053ed609
Octal1354142135012335514011
Binary11110110011000101011101010100111110110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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