#01001A

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

Shades of Black Russian #01001A

Tints of Black Russian #01001A

Color information

#01001A (or 0x01001A) is unknown color: approx Black Russian. HEX triplet: 01, 00 and 1A. RGB value is (1,0,26). Sum of RGB (Red+Green+Blue) = 1+0+26=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 26 (10.55% from 255 or 96.30% from 27); Max value from RGB is 26 - color contains mainly: blue. Hex color #01001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01001A is #FEFFE5. Grayscale: #030303. Windows color (decimal): -16711654 or 1703937. OLE color: 1703937.

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

Color convert

RGB1026-
CMYK0.96100.90
HSL242.31º100%5.1%-
HSV(B)242.31º100%10.2%-
XYZ0.20.080.98-
YUV3.26140.83126.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 96.30%
R=3.70%
G=0%
B=96.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal10260.96100.90242.311005.1
Hex101A606405Af2645
Octal103214014401323621445
Binary10110101100000110010001011010111100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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