#0E212D

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

Shades of Black Pearl #0E212D

Tints of Black Pearl #0E212D

Color information

#0E212D (or 0x0E212D) is unknown color: approx Black Pearl. HEX triplet: 0E, 21 and 2D. RGB value is (14,33,45). Sum of RGB (Red+Green+Blue) = 14+33+45=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E212D is #F1DED2. Grayscale: #1C1C1C. Windows color (decimal): -15851219 or 2957582. OLE color: 2957582.

HSL color Cylindrical-coordinate representation of color #0E212D: hue angle of 203.23º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0E212D is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB143345-
CMYK0.690.2700.82
HSL203.23º52.54%11.57%-
HSV(B)203.23º68.89%17.65%-
XYZ1.21.372.68-
YUV28.69137.21117.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.22%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 45 (17.97% from 255) = 48.91%
R=15.22%
G=35.87%
B=48.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1433450.690.2700.82203.2352.5411.57
HexE212D451B052cb35c
Octal1641551053301223136514
Binary111010000110110110001011101101010010110010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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