#01041F

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

Shades of Black Russian #01041F

Tints of Black Russian #01041F

Color information

#01041F (or 0x01041F) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 1F. RGB value is (1,4,31). Sum of RGB (Red+Green+Blue) = 1+4+31=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 31 (12.5% from 255 or 86.11% from 36); Max value from RGB is 31 - color contains mainly: blue. Hex color #01041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01041F is #FEFBE0. Grayscale: #060606. Windows color (decimal): -16710625 or 2032641. OLE color: 2032641.

HSL color Cylindrical-coordinate representation of color #01041F: hue angle of 234º 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 #01041F is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB1431-
CMYK0.970.8700.88
HSL234º93.75%6.27%-
HSV(B)234º96.77%12.16%-
XYZ0.30.191.32-
YUV6.18142.01124.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 31 (12.5% from 255) = 86.11%
R=2.78%
G=11.11%
B=86.11%

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
Decimal14310.970.8700.8823493.756.27
Hex141F6157058ea5e6
Octal143714112701303521366
Binary1100111111100001101011101011000111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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