#011E25

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

Shades of Black Pearl #011E25

Tints of Black Pearl #011E25

Color information

#011E25 (or 0x011E25) is unknown color: approx Black Pearl. HEX triplet: 01, 1E and 25. RGB value is (1,30,37). Sum of RGB (Red+Green+Blue) = 1+30+37=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #011E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E25 is #FEE1DA. Grayscale: #161616. Windows color (decimal): -16703963 or 2432513. OLE color: 2432513.

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

Color convert

RGB13037-
CMYK0.970.1900.85
HSL191.67º94.74%7.45%-
HSV(B)191.67º97.3%14.51%-
XYZ0.811.071.91-
YUV22.13136.39112.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 30 (12.11% from 255) = 44.12%
BLUE value IS 37 (14.84% from 255) = 54.41%
R=1.47%
G=44.12%
B=54.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal130370.970.1900.85191.6794.747.45
Hex11E256113055c05f7
Octal136451412301253001377
Binary11111010010111000011001101010101110000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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