#0E242C

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

Shades of Black Pearl #0E242C

Tints of Black Pearl #0E242C

Color information

#0E242C (or 0x0E242C) is unknown color: approx Black Pearl. HEX triplet: 0E, 24 and 2C. RGB value is (14,36,44). Sum of RGB (Red+Green+Blue) = 14+36+44=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E242C is #F1DBD3. Grayscale: #1E1E1E. Windows color (decimal): -15850452 or 2892814. OLE color: 2892814.

HSL color Cylindrical-coordinate representation of color #0E242C: hue angle of 196º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E242C is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB143644-
CMYK0.680.1800.83
HSL196º51.72%11.37%-
HSV(B)196º68.18%17.25%-
XYZ1.271.542.61-
YUV30.33135.71116.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.89%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 44 (17.58% from 255) = 46.81%
R=14.89%
G=38.30%
B=46.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1436440.680.1800.8319651.7211.37
HexE242C4412053c434b
Octal1644541042201233046413
Binary111010010010110010001001001001010011110001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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