#01051D

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

Shades of Black Russian #01051D

Tints of Black Russian #01051D

Color information

#01051D (or 0x01051D) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 1D. RGB value is (1,5,29). Sum of RGB (Red+Green+Blue) = 1+5+29=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 29 (11.72% from 255 or 82.86% from 35); Max value from RGB is 29 - color contains mainly: blue. Hex color #01051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01051D is #FEFAE2. Grayscale: #060606. Windows color (decimal): -16710371 or 1901825. OLE color: 1901825.

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

Color convert

RGB1529-
CMYK0.970.8300.89
HSL231.43º93.33%5.88%-
HSV(B)231.43º96.55%11.37%-
XYZ0.290.21.19-
YUV6.54140.67124.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 29 (11.72% from 255) = 82.86%
R=2.86%
G=14.29%
B=82.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal15290.970.8300.89231.4393.335.88
Hex151D6153059e75d6
Octal153514112301313471356
Binary1101111011100001101001101011001111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01051D; }

 p { color: rgb(1,5,29); }

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

<style>
 a { background-color: #01051D; }

 a { background-color: rgb(1,5,29); }

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

<style>
 span { border-color: #01051D; }

 span { border-color: rgb(1,5,29); }

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