#011121

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

Shades of Black Pearl #011121

Tints of Black Pearl #011121

Color information

#011121 (or 0x011121) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 21. RGB value is (1,17,33). Sum of RGB (Red+Green+Blue) = 1+17+33=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #011121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011121 is #FEEEDE. Grayscale: #0D0D0D. Windows color (decimal): -16707295 or 2167041. OLE color: 2167041.

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

Color convert

RGB11733-
CMYK0.970.4800.87
HSL210º94.12%6.67%-
HSV(B)210º96.97%12.94%-
XYZ0.490.521.51-
YUV14.04138.7118.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.96%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 64.71%
R=1.96%
G=33.33%
B=64.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal117330.970.4800.8721094.126.67
Hex111216130057d25e7
Octal121411416001273221367
Binary110001100001110000111000001010111110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011121; }

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

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

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

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

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

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

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

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