#0E1D31

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

Shades of Black Pearl #0E1D31

Tints of Black Pearl #0E1D31

Color information

#0E1D31 (or 0x0E1D31) is unknown color: approx Black Pearl. HEX triplet: 0E, 1D and 31. RGB value is (14,29,49). Sum of RGB (Red+Green+Blue) = 14+29+49=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #0E1D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1D31 is #F1E2CE. Grayscale: #1A1A1A. Windows color (decimal): -15852239 or 3218702. OLE color: 3218702.

HSL color Cylindrical-coordinate representation of color #0E1D31: hue angle of 214.29º 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 #0E1D31 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB142949-
CMYK0.710.4100.81
HSL214.29º55.56%12.35%-
HSV(B)214.29º71.43%19.22%-
XYZ1.171.193.07-
YUV26.8140.53118.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.22%
GREEN value IS 29 (11.72% from 255) = 31.52%
BLUE value IS 49 (19.53% from 255) = 53.26%
R=15.22%
G=31.52%
B=53.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1429490.710.4100.81214.2955.5612.35
HexE1D314729051d638c
Octal1635611075101213267014
Binary111011101110001100011110100101010001110101101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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