#01041E

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

Shades of Black Russian #01041E

Tints of Black Russian #01041E

Color information

#01041E (or 0x01041E) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 1E. RGB value is (1,4,30). Sum of RGB (Red+Green+Blue) = 1+4+30=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 30 (12.11% from 255 or 85.71% from 35); Max value from RGB is 30 - color contains mainly: blue. Hex color #01041E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01041E is #FEFBE1. Grayscale: #050505. Windows color (decimal): -16710626 or 1967105. OLE color: 1967105.

HSL color Cylindrical-coordinate representation of color #01041E: hue angle of 233.79º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01041E is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB1430-
CMYK0.970.8700.88
HSL233.79º93.55%6.08%-
HSV(B)233.79º96.67%11.76%-
XYZ0.290.191.25-
YUV6.07141.51124.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 4 (1.95% from 255) = 11.43%
BLUE value IS 30 (12.11% from 255) = 85.71%
R=2.86%
G=11.43%
B=85.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal14300.970.8700.88233.7993.556.08
Hex141E6157058ea5e6
Octal143614112701303521366
Binary1100111101100001101011101011000111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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