#011E2C

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

Shades of Black Pearl #011E2C

Tints of Black Pearl #011E2C

Color information

#011E2C (or 0x011E2C) is unknown color: approx Black Pearl. HEX triplet: 01, 1E and 2C. RGB value is (1,30,44). Sum of RGB (Red+Green+Blue) = 1+30+44=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #011E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E2C is #FEE1D3. Grayscale: #161616. Windows color (decimal): -16703956 or 2891265. OLE color: 2891265.

HSL color Cylindrical-coordinate representation of color #011E2C: hue angle of 199.53º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011E2C is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB13044-
CMYK0.980.3200.83
HSL199.53º95.56%8.82%-
HSV(B)199.53º97.73%17.25%-
XYZ0.931.122.55-
YUV22.92139.89112.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 30 (12.11% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 58.67%
R=1.33%
G=40%
B=58.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal130440.980.3200.83199.5395.568.82
Hex11E2C6220053c8609
Octal1365414240012331014011
Binary1111101011001100010100000010100111100100011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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