#0E2228

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

Shades of Black Pearl #0E2228

Tints of Black Pearl #0E2228

Color information

#0E2228 (or 0x0E2228) is unknown color: approx Black Pearl. HEX triplet: 0E, 22 and 28. RGB value is (14,34,40). Sum of RGB (Red+Green+Blue) = 14+34+40=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E2228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2228 is #F1DDD7. Grayscale: #1C1C1C. Windows color (decimal): -15850968 or 2630158. OLE color: 2630158.

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

Color convert

RGB143440-
CMYK0.650.1500.84
HSL193.85º48.15%10.59%-
HSV(B)193.85º65%15.69%-
XYZ1.141.392.22-
YUV28.7134.37117.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.91%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=15.91%
G=38.64%
B=45.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1434400.650.1500.84193.8548.1510.59
HexE222841F054c230b
Octal1642501011701243026013
Binary11101000101010001000001111101010100110000101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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