#01051C

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

Shades of Black Russian #01051C

Tints of Black Russian #01051C

Color information

#01051C (or 0x01051C) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 1C. RGB value is (1,5,28). Sum of RGB (Red+Green+Blue) = 1+5+28=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 28 (11.33% from 255 or 82.35% from 34); Max value from RGB is 28 - color contains mainly: blue. Hex color #01051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01051C is #FEFAE3. Grayscale: #060606. Windows color (decimal): -16710372 or 1836289. OLE color: 1836289.

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

Color convert

RGB1528-
CMYK0.960.8200.89
HSL231.11º93.1%5.69%-
HSV(B)231.11º96.43%10.98%-
XYZ0.280.21.12-
YUV6.43140.17124.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 28 (11.33% from 255) = 82.35%
R=2.94%
G=14.71%
B=82.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal15280.960.8200.89231.1193.15.69
Hex151C6052059e75d6
Octal153414012201313471356
Binary1101111001100000101001001011001111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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