#011F21

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

Shades of Black Pearl #011F21

Tints of Black Pearl #011F21

Color information

#011F21 (or 0x011F21) is unknown color: approx Black Pearl. HEX triplet: 01, 1F and 21. RGB value is (1,31,33). Sum of RGB (Red+Green+Blue) = 1+31+33=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #011F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F21 is #FEE0DE. Grayscale: #161616. Windows color (decimal): -16703711 or 2170625. OLE color: 2170625.

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

Color convert

RGB13133-
CMYK0.970.0600.87
HSL183.75º94.12%6.67%-
HSV(B)183.75º96.97%12.94%-
XYZ0.781.11.61-
YUV22.26134.06112.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 31 (12.5% from 255) = 47.69%
BLUE value IS 33 (13.28% from 255) = 50.77%
R=1.54%
G=47.69%
B=50.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal131330.970.0600.87183.7594.126.67
Hex11F21616057b85e7
Octal13741141601272701367
Binary111111100001110000111001010111101110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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