#01031A

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

Shades of Black Russian #01031A

Tints of Black Russian #01031A

Color information

#01031A (or 0x01031A) is unknown color: approx Black Russian. HEX triplet: 01, 03 and 1A. RGB value is (1,3,26). Sum of RGB (Red+Green+Blue) = 1+3+26=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 26 (10.55% from 255 or 86.67% from 30); Max value from RGB is 26 - color contains mainly: blue. Hex color #01031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01031A is #FEFCE5. Grayscale: #040404. Windows color (decimal): -16710886 or 1704705. OLE color: 1704705.

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

Color convert

RGB1326-
CMYK0.960.8800.90
HSL235.2º92.59%5.29%-
HSV(B)235.2º96.15%10.2%-
XYZ0.230.150.99-
YUV5.02139.84125.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.33%
GREEN value IS 3 (1.56% from 255) = 10%
BLUE value IS 26 (10.55% from 255) = 86.67%
R=3.33%
G=10%
B=86.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal13260.960.8800.90235.292.595.29
Hex131A605805Aeb5d5
Octal133214013001323531355
Binary111110101100000101100001011010111010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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