#0E1926

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

Shades of Black Pearl #0E1926

Tints of Black Pearl #0E1926

Color information

#0E1926 (or 0x0E1926) is unknown color: approx Black Pearl. HEX triplet: 0E, 19 and 26. RGB value is (14,25,38). Sum of RGB (Red+Green+Blue) = 14+25+38=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #0E1926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1926 is #F1E6D9. Grayscale: #171717. Windows color (decimal): -15853274 or 2496782. OLE color: 2496782.

HSL color Cylindrical-coordinate representation of color #0E1926: hue angle of 212.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E1926 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB142538-
CMYK0.630.3400.85
HSL212.5º46.15%10.2%-
HSV(B)212.5º63.16%14.9%-
XYZ0.880.931.97-
YUV23.19136.36121.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.18%
GREEN value IS 25 (10.16% from 255) = 32.47%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=18.18%
G=32.47%
B=49.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1425380.630.3400.85212.546.1510.2
HexE19263F22055d42ea
Octal163146774201253245612
Binary11101100110011011111110001001010101110101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,25,38); }

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

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

 a { background-color: rgb(14,25,38); }

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

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

 span { border-color: rgb(14,25,38); }

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