#011928

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

Shades of Black Pearl #011928

Tints of Black Pearl #011928

Color information

#011928 (or 0x011928) is unknown color: approx Black Pearl. HEX triplet: 01, 19 and 28. RGB value is (1,25,40). Sum of RGB (Red+Green+Blue) = 1+25+40=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #011928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011928 is #FEE6D7. Grayscale: #131313. Windows color (decimal): -16705240 or 2627841. OLE color: 2627841.

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

Color convert

RGB12540-
CMYK0.980.3800.84
HSL203.08º95.12%8.04%-
HSV(B)203.08º97.5%15.69%-
XYZ0.740.852.13-
YUV19.53139.55114.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 25 (10.16% from 255) = 37.88%
BLUE value IS 40 (16.02% from 255) = 60.61%
R=1.52%
G=37.88%
B=60.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal125400.980.3800.84203.0895.128.04
Hex119286226054cb5f8
Octal1315014246012431313710
Binary1110011010001100010100110010101001100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011928; }

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

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

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

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

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

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

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

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