#0E2732

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

Shades of Black Pearl #0E2732

Tints of Black Pearl #0E2732

Color information

#0E2732 (or 0x0E2732) is unknown color: approx Black Pearl. HEX triplet: 0E, 27 and 32. RGB value is (14,39,50). Sum of RGB (Red+Green+Blue) = 14+39+50=103 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.59% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #0E2732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2732 is #F1D8CD. Grayscale: #202020. Windows color (decimal): -15849678 or 3286798. OLE color: 3286798.

HSL color Cylindrical-coordinate representation of color #0E2732: hue angle of 198.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E2732 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB143950-
CMYK0.720.2200.80
HSL198.33º56.25%12.55%-
HSV(B)198.33º72%19.61%-
XYZ1.481.773.28-
YUV32.78137.72114.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.59%
GREEN value IS 39 (15.62% from 255) = 37.86%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=13.59%
G=37.86%
B=48.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1439500.720.2200.80198.3356.2512.55
HexE27324816050c638d
Octal1647621102601203067015
Binary111010011111001010010001011001010000110001101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,39,50); }

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

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

 a { background-color: rgb(14,39,50); }

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

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

 span { border-color: rgb(14,39,50); }

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