#011028

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

Shades of Black Pearl #011028

Tints of Black Pearl #011028

Color information

#011028 (or 0x011028) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 28. RGB value is (1,16,40). Sum of RGB (Red+Green+Blue) = 1+16+40=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 40 (16.02% from 255 or 70.18% from 57); Max value from RGB is 40 - color contains mainly: blue. Hex color #011028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011028 is #FEEFD7. Grayscale: #0E0E0E. Windows color (decimal): -16707544 or 2625537. OLE color: 2625537.

HSL color Cylindrical-coordinate representation of color #011028: hue angle of 216.92º 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 #011028 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB11640-
CMYK0.980.6000.84
HSL216.92º95.12%8.04%-
HSV(B)216.92º97.5%15.69%-
XYZ0.580.532.08-
YUV14.25142.53118.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 40 (16.02% from 255) = 70.18%
R=1.75%
G=28.07%
B=70.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal116400.980.6000.84216.9295.128.04
Hex11028623C054d95f8
Octal1205014274012433113710
Binary1100001010001100010111100010101001101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011028; }

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

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

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

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

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

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

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

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