#0E1D1F

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

Shades of Black Pearl #0E1D1F

Tints of Black Pearl #0E1D1F

Color information

#0E1D1F (or 0x0E1D1F) is unknown color: approx Black Pearl. HEX triplet: 0E, 1D and 1F. RGB value is (14,29,31). Sum of RGB (Red+Green+Blue) = 14+29+31=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E1D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1D1F is #F1E2E0. Grayscale: #181818. Windows color (decimal): -15852257 or 2039054. OLE color: 2039054.

HSL color Cylindrical-coordinate representation of color #0E1D1F: hue angle of 187.06º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E1D1F is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB142931-
CMYK0.550.0600.88
HSL187.06º37.78%8.82%-
HSV(B)187.06º54.84%12.16%-
XYZ0.871.071.46-
YUV24.74131.53120.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.92%
GREEN value IS 29 (11.72% from 255) = 39.19%
BLUE value IS 31 (12.5% from 255) = 41.89%
R=18.92%
G=39.19%
B=41.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1429310.550.0600.88187.0637.788.82
HexE1D1F376058bb269
Octal16353767601302734611
Binary1110111011111111011111001011000101110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,29,31); }

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

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

 a { background-color: rgb(14,29,31); }

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

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

 span { border-color: rgb(14,29,31); }

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