#011720

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

Shades of Black Pearl #011720

Tints of Black Pearl #011720

Color information

#011720 (or 0x011720) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 20. RGB value is (1,23,32). Sum of RGB (Red+Green+Blue) = 1+23+32=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #011720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011720 is #FEE8DF. Grayscale: #111111. Windows color (decimal): -16705760 or 2103041. OLE color: 2103041.

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

Color convert

RGB12332-
CMYK0.970.2800.87
HSL197.42º93.94%6.47%-
HSV(B)197.42º96.88%12.55%-
XYZ0.580.721.48-
YUV17.45136.21116.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 23 (9.38% from 255) = 41.07%
BLUE value IS 32 (12.89% from 255) = 57.14%
R=1.79%
G=41.07%
B=57.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal123320.970.2800.87197.4293.946.47
Hex11720611C057c55e6
Octal127401413401273051366
Binary11011110000011000011110001010111110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011720; }

 p { color: rgb(1,23,32); }

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

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

 a { background-color: rgb(1,23,32); }

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

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

 span { border-color: rgb(1,23,32); }

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