#0E2131

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

Shades of Black Pearl #0E2131

Tints of Black Pearl #0E2131

Color information

#0E2131 (or 0x0E2131) is unknown color: approx Black Pearl. HEX triplet: 0E, 21 and 31. RGB value is (14,33,49). Sum of RGB (Red+Green+Blue) = 14+33+49=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #0E2131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2131 is #F1DECE. Grayscale: #1D1D1D. Windows color (decimal): -15851215 or 3219726. OLE color: 3219726.

HSL color Cylindrical-coordinate representation of color #0E2131: hue angle of 207.43º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E2131 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB143349-
CMYK0.710.3300.81
HSL207.43º55.56%12.35%-
HSV(B)207.43º71.43%19.22%-
XYZ1.281.43.11-
YUV29.14139.21117.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.58%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=14.58%
G=34.38%
B=51.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1433490.710.3300.81207.4355.5612.35
HexE21314721051cf38c
Octal1641611074101213177014
Binary1110100001110001100011110000101010001110011111110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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