#011728

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

Shades of Black Pearl #011728

Tints of Black Pearl #011728

Color information

#011728 (or 0x011728) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 28. RGB value is (1,23,40). Sum of RGB (Red+Green+Blue) = 1+23+40=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #011728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011728 is #FEE8D7. Grayscale: #121212. Windows color (decimal): -16705752 or 2627329. OLE color: 2627329.

HSL color Cylindrical-coordinate representation of color #011728: hue angle of 206.15º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011728 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB12340-
CMYK0.980.4300.84
HSL206.15º95.12%8.04%-
HSV(B)206.15º97.5%15.69%-
XYZ0.70.772.12-
YUV18.36140.21115.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 23 (9.38% from 255) = 35.94%
BLUE value IS 40 (16.02% from 255) = 62.5%
R=1.56%
G=35.94%
B=62.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal123400.980.4300.84206.1595.128.04
Hex11728622B054ce5f8
Octal1275014253012431613710
Binary1101111010001100010101011010101001100111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011728; }

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

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

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

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

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

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

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

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