#011E24

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

Shades of Black Pearl #011E24

Tints of Black Pearl #011E24

Color information

#011E24 (or 0x011E24) is unknown color: approx Black Pearl. HEX triplet: 01, 1E and 24. RGB value is (1,30,36). Sum of RGB (Red+Green+Blue) = 1+30+36=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #011E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E24 is #FEE1DB. Grayscale: #151515. Windows color (decimal): -16703964 or 2366977. OLE color: 2366977.

HSL color Cylindrical-coordinate representation of color #011E24: hue angle of 190.29º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E24 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB13036-
CMYK0.970.1700.86
HSL190.29º94.59%7.25%-
HSV(B)190.29º97.22%14.12%-
XYZ0.81.061.83-
YUV22.01135.89113.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 30 (12.11% from 255) = 44.78%
BLUE value IS 36 (14.45% from 255) = 53.73%
R=1.49%
G=44.78%
B=53.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal130360.970.1700.86190.2994.597.25
Hex11E246111056be5f7
Octal136441412101262761377
Binary11111010010011000011000101010110101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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