#00021A

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

Shades of Black Russian #00021A

Tints of Black Russian #00021A

Color information

#00021A (or 0x00021A) is unknown color: approx Black Russian. HEX triplet: 00, 02 and 1A. RGB value is (0,2,26). Sum of RGB (Red+Green+Blue) = 0+2+26=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 26 (10.55% from 255 or 92.86% from 28); Max value from RGB is 26 - color contains mainly: blue. Hex color #00021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00021A is #FFFDE5. Grayscale: #040404. Windows color (decimal): -16776678 or 1704448. OLE color: 1704448.

HSL color Cylindrical-coordinate representation of color #00021A: hue angle of 235.38º 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 #00021A is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB0226-
CMYK10.9200.90
HSL235.38º100%5.1%-
HSV(B)235.38º100%10.2%-
XYZ0.210.120.99-
YUV4.14140.34125.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 7.14%
BLUE value IS 26 (10.55% from 255) = 92.86%
R=0%
G=7.14%
B=92.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal022610.9200.90235.381005.1
Hex021A645C05Aeb645
Octal023214413401323531445
Binary010110101100100101110001011010111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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