#001A21

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

Shades of Black Pearl #001A21

Tints of Black Pearl #001A21

Color information

#001A21 (or 0x001A21) is unknown color: approx Black Pearl. HEX triplet: 00, 1A and 21. RGB value is (0,26,33). Sum of RGB (Red+Green+Blue) = 0+26+33=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #001A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A21 is #FFE5DE. Grayscale: #121212. Windows color (decimal): -16770527 or 2169344. OLE color: 2169344.

HSL color Cylindrical-coordinate representation of color #001A21: hue angle of 192.73º 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 #001A21 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB02633-
CMYK10.2100.87
HSL192.73º100%6.47%-
HSV(B)192.73º100%12.94%-
XYZ0.640.851.57-
YUV19.02135.89114.43-

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.07%
BLUE value IS 33 (13.28% from 255) = 55.93%
R=0%
G=44.07%
B=55.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0263310.2100.87192.731006.47
Hex01A216415057c1646
Octal032411442501273011446
Binary01101010000111001001010101010111110000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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