#0E1D28

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

Shades of Black Pearl #0E1D28

Tints of Black Pearl #0E1D28

Color information

#0E1D28 (or 0x0E1D28) is unknown color: approx Black Pearl. HEX triplet: 0E, 1D and 28. RGB value is (14,29,40). Sum of RGB (Red+Green+Blue) = 14+29+40=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E1D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1D28 is #F1E2D7. Grayscale: #191919. Windows color (decimal): -15852248 or 2628878. OLE color: 2628878.

HSL color Cylindrical-coordinate representation of color #0E1D28: hue angle of 205.38º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E1D28 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB142940-
CMYK0.650.2800.84
HSL205.38º48.15%10.59%-
HSV(B)205.38º65%15.69%-
XYZ11.132.17-
YUV25.77136.03119.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.87%
GREEN value IS 29 (11.72% from 255) = 34.94%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=16.87%
G=34.94%
B=48.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1429400.650.2800.84205.3848.1510.59
HexE1D28411C054cd30b
Octal1635501013401243156013
Binary11101110110100010000011110001010100110011011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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