#01032B

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

Shades of Black Russian #01032B

Tints of Black Russian #01032B

Color information

#01032B (or 0x01032B) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 2B. RGB value is (1,3,43). Sum of RGB (Red+Green+Blue) = 1+3+43=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 43 (17.19% from 255 or 91.49% from 47); Max value from RGB is 43 - color contains mainly: blue. Hex color #01032B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01032B is #FEFCD4. Grayscale: #060606. Windows color (decimal): -16710869 or 2818817. OLE color: 2818817.

HSL color Cylindrical-coordinate representation of color #01032B: hue angle of 237.14º degrees, saturation: 0.95, 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 #01032B is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB1343-
CMYK0.980.9300.83
HSL237.14º95.45%8.63%-
HSV(B)237.14º97.67%16.86%-
XYZ0.480.252.31-
YUV6.96148.34123.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 43 (17.19% from 255) = 91.49%
R=2.13%
G=6.38%
B=91.49%

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
Decimal13430.980.9300.83237.1495.458.63
Hex132B625D053ed5f9
Octal1353142135012335513711
Binary11110101111000101011101010100111110110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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