#0E2428

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

Shades of Black Pearl #0E2428

Tints of Black Pearl #0E2428

Color information

#0E2428 (or 0x0E2428) is unknown color: approx Black Pearl. HEX triplet: 0E, 24 and 28. RGB value is (14,36,40). Sum of RGB (Red+Green+Blue) = 14+36+40=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E2428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2428 is #F1DBD7. Grayscale: #1D1D1D. Windows color (decimal): -15850456 or 2630670. OLE color: 2630670.

HSL color Cylindrical-coordinate representation of color #0E2428: hue angle of 189.23º 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 #0E2428 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB143640-
CMYK0.650.1000.84
HSL189.23º48.15%10.59%-
HSV(B)189.23º65%15.69%-
XYZ1.191.512.24-
YUV29.88133.71116.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.56%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=15.56%
G=40%
B=44.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1436400.650.1000.84189.2348.1510.59
HexE242841A054bd30b
Octal1644501011201242756013
Binary11101001001010001000001101001010100101111011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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