#011E21

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

Shades of Black Pearl #011E21

Tints of Black Pearl #011E21

Color information

#011E21 (or 0x011E21) is unknown color: approx Black Pearl. HEX triplet: 01, 1E and 21. RGB value is (1,30,33). Sum of RGB (Red+Green+Blue) = 1+30+33=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 33 (13.28% from 255 or 51.56% from 64); Max value from RGB is 33 - color contains mainly: blue. Hex color #011E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E21 is #FEE1DE. Grayscale: #151515. Windows color (decimal): -16703967 or 2170369. OLE color: 2170369.

HSL color Cylindrical-coordinate representation of color #011E21: hue angle of 185.62º 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 #011E21 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB13033-
CMYK0.970.0900.87
HSL185.62º94.12%6.67%-
HSV(B)185.62º96.97%12.94%-
XYZ0.751.041.6-
YUV21.67134.39113.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 30 (12.11% from 255) = 46.88%
BLUE value IS 33 (13.28% from 255) = 51.56%
R=1.56%
G=46.88%
B=51.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal130330.970.0900.87185.6294.126.67
Hex11E21619057ba5e7
Octal136411411101272721367
Binary1111101000011100001100101010111101110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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