#0E2A35

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

Shades of Black Pearl #0E2A35

Tints of Black Pearl #0E2A35

Color information

#0E2A35 (or 0x0E2A35) is unknown color: approx Black Pearl. HEX triplet: 0E, 2A and 35. RGB value is (14,42,53). Sum of RGB (Red+Green+Blue) = 14+42+53=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #0E2A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2A35 is #F1D5CA. Grayscale: #222222. Windows color (decimal): -15848907 or 3484174. OLE color: 3484174.

HSL color Cylindrical-coordinate representation of color #0E2A35: hue angle of 196.92º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E2A35 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB144253-
CMYK0.740.2100.79
HSL196.92º58.21%13.14%-
HSV(B)196.92º73.58%20.78%-
XYZ1.652.013.67-
YUV34.88138.22113.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.84%
GREEN value IS 42 (16.80% from 255) = 38.53%
BLUE value IS 53 (21.09% from 255) = 48.62%
R=12.84%
G=38.53%
B=48.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1442530.740.2100.79196.9258.2113.14
HexE2A354A1504Fc53ad
Octal1652651122501173057215
Binary111010101011010110010101010101001111110001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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