#0E1C21

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

Shades of Black Pearl #0E1C21

Tints of Black Pearl #0E1C21

Color information

#0E1C21 (or 0x0E1C21) is unknown color: approx Black Pearl. HEX triplet: 0E, 1C and 21. RGB value is (14,28,33). Sum of RGB (Red+Green+Blue) = 14+28+33=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E1C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1C21 is #F1E3DE. Grayscale: #181818. Windows color (decimal): -15852511 or 2169870. OLE color: 2169870.

HSL color Cylindrical-coordinate representation of color #0E1C21: hue angle of 195.79º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E1C21 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB142833-
CMYK0.580.1500.87
HSL195.79º40.43%9.22%-
HSV(B)195.79º57.58%12.94%-
XYZ0.871.031.59-
YUV24.38132.86120.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 28 (11.33% from 255) = 37.33%
BLUE value IS 33 (13.28% from 255) = 44%
R=18.67%
G=37.33%
B=44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1428330.580.1500.87195.7940.439.22
HexE1C213AF057c4289
Octal163441721701273045011
Binary111011100100001111010111101010111110001001010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,28,33); }

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

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

 a { background-color: rgb(14,28,33); }

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

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

 span { border-color: rgb(14,28,33); }

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