#0E2533

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

Shades of Black Pearl #0E2533

Tints of Black Pearl #0E2533

Color information

#0E2533 (or 0x0E2533) is unknown color: approx Black Pearl. HEX triplet: 0E, 25 and 33. RGB value is (14,37,51). Sum of RGB (Red+Green+Blue) = 14+37+51=102 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.73% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #0E2533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2533 is #F1DACC. Grayscale: #1F1F1F. Windows color (decimal): -15850189 or 3351822. OLE color: 3351822.

HSL color Cylindrical-coordinate representation of color #0E2533: hue angle of 202.7º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E2533 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB143751-
CMYK0.730.2700.8
HSL202.7º56.92%12.75%-
HSV(B)202.7º72.55%20%-
XYZ1.441.663.38-
YUV31.72138.88115.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.73%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 51 (20.31% from 255) = 50%
R=13.73%
G=36.27%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1437510.730.2700.8202.756.9212.75
HexE2533491B050cb39d
Octal1645631113301203137115
Binary111010010111001110010011101101010000110010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,37,51); }

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

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

 a { background-color: rgb(14,37,51); }

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

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

 span { border-color: rgb(14,37,51); }

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