#001A20

Color #001A20 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #001A20

Tints of Black Pearl #001A20

Color information

#001A20 (or 0x001A20) is unknown color: approx Black Pearl. HEX triplet: 00, 1A and 20. RGB value is (0,26,32). Sum of RGB (Red+Green+Blue) = 0+26+32=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #001A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A20 is #FFE5DF. Grayscale: #121212. Windows color (decimal): -16770528 or 2103808. OLE color: 2103808.

HSL color Cylindrical-coordinate representation of color #001A20: hue angle of 191.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A20 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB02632-
CMYK10.1900.87
HSL191.25º100%6.27%-
HSV(B)191.25º100%12.55%-
XYZ0.630.841.5-
YUV18.91135.39114.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 44.83%
BLUE value IS 32 (12.89% from 255) = 55.17%
R=0%
G=44.83%
B=55.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0263210.1900.87191.251006.27
Hex01A206413057bf646
Octal032401442301272771446
Binary01101010000011001001001101010111101111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001A20; }

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

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

<style>
 a { background-color: #001A20; }

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

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

<style>
 span { border-color: #001A20; }

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

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