#011E27

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

Shades of Black Pearl #011E27

Tints of Black Pearl #011E27

Color information

#011E27 (or 0x011E27) is unknown color: approx Black Pearl. HEX triplet: 01, 1E and 27. RGB value is (1,30,39). Sum of RGB (Red+Green+Blue) = 1+30+39=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #011E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E27 is #FEE1D8. Grayscale: #161616. Windows color (decimal): -16703961 or 2563585. OLE color: 2563585.

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

Color convert

RGB13039-
CMYK0.970.2300.85
HSL194.21º95%7.84%-
HSV(B)194.21º97.44%15.29%-
XYZ0.841.082.08-
YUV22.35137.39112.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.43%
GREEN value IS 30 (12.11% from 255) = 42.86%
BLUE value IS 39 (15.62% from 255) = 55.71%
R=1.43%
G=42.86%
B=55.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal130390.970.2300.85194.21957.84
Hex11E276117055c25f8
Octal1364714127012530213710
Binary111110100111110000110111010101011100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011E27; }

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

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

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

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

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

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

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

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