#0E232C

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

Shades of Black Pearl #0E232C

Tints of Black Pearl #0E232C

Color information

#0E232C (or 0x0E232C) is unknown color: approx Black Pearl. HEX triplet: 0E, 23 and 2C. RGB value is (14,35,44). Sum of RGB (Red+Green+Blue) = 14+35+44=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E232C is #F1DCD3. Grayscale: #1D1D1D. Windows color (decimal): -15850708 or 2892558. OLE color: 2892558.

HSL color Cylindrical-coordinate representation of color #0E232C: hue angle of 198º 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 #0E232C is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB143544-
CMYK0.680.2000.83
HSL198º51.72%11.37%-
HSV(B)198º68.18%17.25%-
XYZ1.241.482.6-
YUV29.75136.04116.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=15.05%
G=37.63%
B=47.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1435440.680.2000.8319851.7211.37
HexE232C4414053c634b
Octal1643541042401233066413
Binary111010001110110010001001010001010011110001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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