#0E2A32

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

Shades of Black Pearl #0E2A32

Tints of Black Pearl #0E2A32

Color information

#0E2A32 (or 0x0E2A32) is unknown color: approx Black Pearl. HEX triplet: 0E, 2A and 32. RGB value is (14,42,50). Sum of RGB (Red+Green+Blue) = 14+42+50=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #0E2A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2A32 is #F1D5CD. Grayscale: #222222. Windows color (decimal): -15848910 or 3287566. OLE color: 3287566.

HSL color Cylindrical-coordinate representation of color #0E2A32: hue angle of 193.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 #0E2A32 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB144250-
CMYK0.720.1600.80
HSL193.33º56.25%12.55%-
HSV(B)193.33º72%19.61%-
XYZ1.581.983.32-
YUV34.54136.72113.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.21%
GREEN value IS 42 (16.80% from 255) = 39.62%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=13.21%
G=39.62%
B=47.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1442500.720.1600.80193.3356.2512.55
HexE2A324810050c138d
Octal1652621102001203017015
Binary111010101011001010010001000001010000110000011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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