#0E2528

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

Shades of Black Pearl #0E2528

Tints of Black Pearl #0E2528

Color information

#0E2528 (or 0x0E2528) is unknown color: approx Black Pearl. HEX triplet: 0E, 25 and 28. RGB value is (14,37,40). Sum of RGB (Red+Green+Blue) = 14+37+40=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E2528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2528 is #F1DAD7. Grayscale: #1E1E1E. Windows color (decimal): -15850200 or 2630926. OLE color: 2630926.

HSL color Cylindrical-coordinate representation of color #0E2528: hue angle of 186.92º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E2528 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB143740-
CMYK0.650.0700.84
HSL186.92º48.15%10.59%-
HSV(B)186.92º65%15.69%-
XYZ1.231.572.25-
YUV30.46133.38116.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.38%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=15.38%
G=40.66%
B=43.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1437400.650.0700.84186.9248.1510.59
HexE2528417054bb30b
Octal164550101701242736013
Binary1110100101101000100000111101010100101110111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E2528; }

 p { color: rgb(14,37,40); }

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

<style>
 a { background-color: #0E2528; }

 a { background-color: rgb(14,37,40); }

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

<style>
 span { border-color: #0E2528; }

 span { border-color: rgb(14,37,40); }

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