#011127

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

Shades of Black Pearl #011127

Tints of Black Pearl #011127

Color information

#011127 (or 0x011127) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 27. RGB value is (1,17,39). Sum of RGB (Red+Green+Blue) = 1+17+39=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 39 (15.62% from 255 or 68.42% from 57); Max value from RGB is 39 - color contains mainly: blue. Hex color #011127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011127 is #FEEED8. Grayscale: #0E0E0E. Windows color (decimal): -16707289 or 2560257. OLE color: 2560257.

HSL color Cylindrical-coordinate representation of color #011127: hue angle of 214.74º 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 #011127 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB11739-
CMYK0.970.5600.85
HSL214.74º95%7.84%-
HSV(B)214.74º97.44%15.29%-
XYZ0.580.552-
YUV14.72141.7118.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 17 (7.03% from 255) = 29.82%
BLUE value IS 39 (15.62% from 255) = 68.42%
R=1.75%
G=29.82%
B=68.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal117390.970.5600.85214.74957.84
Hex111276138055d75f8
Octal1214714170012532713710
Binary1100011001111100001111000010101011101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011127; }

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

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

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

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

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

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

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

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