#0E212C

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

Shades of Black Pearl #0E212C

Tints of Black Pearl #0E212C

Color information

#0E212C (or 0x0E212C) is unknown color: approx Black Pearl. HEX triplet: 0E, 21 and 2C. RGB value is (14,33,44). Sum of RGB (Red+Green+Blue) = 14+33+44=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E212C is #F1DED3. Grayscale: #1C1C1C. Windows color (decimal): -15851220 or 2892046. OLE color: 2892046.

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

Color convert

RGB143344-
CMYK0.680.2500.83
HSL202º51.72%11.37%-
HSV(B)202º68.18%17.25%-
XYZ1.181.362.58-
YUV28.57136.71117.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.38%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 44 (17.58% from 255) = 48.35%
R=15.38%
G=36.26%
B=48.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1433440.680.2500.8320251.7211.37
HexE212C4419053ca34b
Octal1641541043101233126413
Binary111010000110110010001001100101010011110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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