#011227

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

Shades of Black Pearl #011227

Tints of Black Pearl #011227

Color information

#011227 (or 0x011227) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 27. RGB value is (1,18,39). Sum of RGB (Red+Green+Blue) = 1+18+39=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 39 (15.62% from 255 or 67.24% from 58); Max value from RGB is 39 - color contains mainly: blue. Hex color #011227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011227 is #FEEDD8. Grayscale: #0F0F0F. Windows color (decimal): -16707033 or 2560513. OLE color: 2560513.

HSL color Cylindrical-coordinate representation of color #011227: hue angle of 213.16º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011227 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB11839-
CMYK0.970.5400.85
HSL213.16º95%7.84%-
HSV(B)213.16º97.44%15.29%-
XYZ0.60.592-
YUV15.31141.37117.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.72%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 39 (15.62% from 255) = 67.24%
R=1.72%
G=31.03%
B=67.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal118390.970.5400.85213.16957.84
Hex112276136055d55f8
Octal1224714166012532513710
Binary1100101001111100001110110010101011101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011227; }

 p { color: rgb(1,18,39); }

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

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

 a { background-color: rgb(1,18,39); }

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

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

 span { border-color: rgb(1,18,39); }

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