#01031C

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

Shades of Black Russian #01031C

Tints of Black Russian #01031C

Color information

#01031C (or 0x01031C) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 1C. RGB value is (1,3,28). Sum of RGB (Red+Green+Blue) = 1+3+28=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 28 (11.33% from 255 or 87.5% from 32); Max value from RGB is 28 - color contains mainly: blue. Hex color #01031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01031C is #FEFCE3. Grayscale: #050505. Windows color (decimal): -16710884 or 1835777. OLE color: 1835777.

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

Color convert

RGB1328-
CMYK0.960.8900.89
HSL235.56º93.1%5.69%-
HSV(B)235.56º96.43%10.98%-
XYZ0.250.161.12-
YUV5.25140.84124.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 3 (1.56% from 255) = 9.38%
BLUE value IS 28 (11.33% from 255) = 87.5%
R=3.12%
G=9.38%
B=87.5%

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
Decimal13280.960.8900.89235.5693.15.69
Hex131C6059059ec5d6
Octal133414013101313541356
Binary111111001100000101100101011001111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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