#011A21

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

Shades of Black Pearl #011A21

Tints of Black Pearl #011A21

Color information

#011A21 (or 0x011A21) is unknown color: approx Black Pearl. HEX triplet: 01, 1A and 21. RGB value is (1,26,33). Sum of RGB (Red+Green+Blue) = 1+26+33=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #011A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A21 is #FEE5DE. Grayscale: #131313. Windows color (decimal): -16704991 or 2169345. OLE color: 2169345.

HSL color Cylindrical-coordinate representation of color #011A21: hue angle of 193.12º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011A21 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB12633-
CMYK0.970.2100.87
HSL193.12º94.12%6.67%-
HSV(B)193.12º96.97%12.94%-
XYZ0.660.861.57-
YUV19.32135.72114.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 26 (10.55% from 255) = 43.33%
BLUE value IS 33 (13.28% from 255) = 55%
R=1.67%
G=43.33%
B=55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal126330.970.2100.87193.1294.126.67
Hex11A216115057c15e7
Octal132411412501273011367
Binary11101010000111000011010101010111110000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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