#01041A

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

Shades of Black Russian #01041A

Tints of Black Russian #01041A

Color information

#01041A (or 0x01041A) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 1A. RGB value is (1,4,26). Sum of RGB (Red+Green+Blue) = 1+4+26=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 4 (1.95% from 255 or 12.90% from 31); Blue value is 26 (10.55% from 255 or 83.87% from 31); Max value from RGB is 26 - color contains mainly: blue. Hex color #01041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01041A is #FEFBE5. Grayscale: #050505. Windows color (decimal): -16710630 or 1704961. OLE color: 1704961.

HSL color Cylindrical-coordinate representation of color #01041A: hue angle of 232.8º 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 #01041A is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB1426-
CMYK0.960.8500.90
HSL232.8º92.59%5.29%-
HSV(B)232.8º96.15%10.2%-
XYZ0.240.171-
YUV5.61139.51124.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.23%
GREEN value IS 4 (1.95% from 255) = 12.90%
BLUE value IS 26 (10.55% from 255) = 83.87%
R=3.23%
G=12.90%
B=83.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal14260.960.8500.90232.892.595.29
Hex141A605505Ae95d5
Octal143214012501323511355
Binary1100110101100000101010101011010111010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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