#011E37

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

Shades of Black Pearl #011E37

Tints of Black Pearl #011E37

Color information

#011E37 (or 0x011E37) is unknown color: approx Black Pearl. HEX triplet: 01, 1E and 37. RGB value is (1,30,55). Sum of RGB (Red+Green+Blue) = 1+30+55=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #011E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E37 is #FEE1C8. Grayscale: #181818. Windows color (decimal): -16703945 or 3612161. OLE color: 3612161.

HSL color Cylindrical-coordinate representation of color #011E37: hue angle of 207.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011E37 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB13055-
CMYK0.980.4500.78
HSL207.78º96.43%10.98%-
HSV(B)207.78º98.18%21.57%-
XYZ1.171.213.79-
YUV24.18145.39111.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 55 (21.88% from 255) = 63.95%
R=1.16%
G=34.88%
B=63.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal130550.980.4500.78207.7896.4310.98
Hex11E37622D04Ed060b
Octal1366714255011632014013
Binary1111101101111100010101101010011101101000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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