#0E2C37

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

Shades of Black Pearl #0E2C37

Tints of Black Pearl #0E2C37

Color information

#0E2C37 (or 0x0E2C37) is unknown color: approx Black Pearl. HEX triplet: 0E, 2C and 37. RGB value is (14,44,55). Sum of RGB (Red+Green+Blue) = 14+44+55=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E2C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2C37 is #F1D3C8. Grayscale: #242424. Windows color (decimal): -15848393 or 3615758. OLE color: 3615758.

HSL color Cylindrical-coordinate representation of color #0E2C37: hue angle of 196.1º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E2C37 is Cyan = 0.75, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB144455-
CMYK0.750.200.78
HSL196.1º59.42%13.53%-
HSV(B)196.1º74.55%21.57%-
XYZ1.772.173.94-
YUV36.28138.56112.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.39%
GREEN value IS 44 (17.58% from 255) = 38.94%
BLUE value IS 55 (21.88% from 255) = 48.67%
R=12.39%
G=38.94%
B=48.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1444550.750.200.78196.159.4213.53
HexE2C374B1404Ec43be
Octal1654671132401163047316
Binary111010110011011110010111010001001110110001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,44,55); }

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

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

 a { background-color: rgb(14,44,55); }

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

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

 span { border-color: rgb(14,44,55); }

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