#01001C

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

Shades of Black Russian #01001C

Tints of Black Russian #01001C

Color information

#01001C (or 0x01001C) is unknown color: approx Black Russian. HEX triplet: 01, 00 and 1C. RGB value is (1,0,28). Sum of RGB (Red+Green+Blue) = 1+0+28=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 28 (11.33% from 255 or 96.55% from 29); Max value from RGB is 28 - color contains mainly: blue. Hex color #01001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01001C is #FEFFE3. Grayscale: #030303. Windows color (decimal): -16711652 or 1835009. OLE color: 1835009.

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

Color convert

RGB1028-
CMYK0.96100.89
HSL242.14º100%5.49%-
HSV(B)242.14º100%10.98%-
XYZ0.220.091.1-
YUV3.49141.83126.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 96.55%
R=3.45%
G=0%
B=96.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal10280.96100.89242.141005.49
Hex101C6064059f2645
Octal103414014401313621445
Binary10111001100000110010001011001111100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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