#01031B

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

Shades of Black Russian #01031B

Tints of Black Russian #01031B

Color information

#01031B (or 0x01031B) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 1B. RGB value is (1,3,27). Sum of RGB (Red+Green+Blue) = 1+3+27=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 27 (10.94% from 255 or 87.10% from 31); Max value from RGB is 27 - color contains mainly: blue. Hex color #01031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01031B is #FEFCE4. Grayscale: #050505. Windows color (decimal): -16710885 or 1770241. OLE color: 1770241.

HSL color Cylindrical-coordinate representation of color #01031B: hue angle of 235.38º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01031B is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB1327-
CMYK0.960.8900.89
HSL235.38º92.86%5.49%-
HSV(B)235.38º96.3%10.59%-
XYZ0.240.151.05-
YUV5.14140.34125.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.23%
GREEN value IS 3 (1.56% from 255) = 9.68%
BLUE value IS 27 (10.94% from 255) = 87.10%
R=3.23%
G=9.68%
B=87.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal13270.960.8900.89235.3892.865.49
Hex131B6059059eb5d5
Octal133314013101313531355
Binary111110111100000101100101011001111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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