#0E2328

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

Shades of Black Pearl #0E2328

Tints of Black Pearl #0E2328

Color information

#0E2328 (or 0x0E2328) is unknown color: approx Black Pearl. HEX triplet: 0E, 23 and 28. RGB value is (14,35,40). Sum of RGB (Red+Green+Blue) = 14+35+40=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E2328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2328 is #F1DCD7. Grayscale: #1D1D1D. Windows color (decimal): -15850712 or 2630414. OLE color: 2630414.

HSL color Cylindrical-coordinate representation of color #0E2328: hue angle of 191.54º 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 #0E2328 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB143540-
CMYK0.650.1200.84
HSL191.54º48.15%10.59%-
HSV(B)191.54º65%15.69%-
XYZ1.171.452.23-
YUV29.29134.04117.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.73%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 40 (16.02% from 255) = 44.94%
R=15.73%
G=39.33%
B=44.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1435400.650.1200.84191.5448.1510.59
HexE232841C054c030b
Octal1643501011401243006013
Binary11101000111010001000001110001010100110000001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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