#0E2331

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

Shades of Black Pearl #0E2331

Tints of Black Pearl #0E2331

Color information

#0E2331 (or 0x0E2331) is unknown color: approx Black Pearl. HEX triplet: 0E, 23 and 31. RGB value is (14,35,49). Sum of RGB (Red+Green+Blue) = 14+35+49=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #0E2331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2331 is #F1DCCE. Grayscale: #1E1E1E. Windows color (decimal): -15850703 or 3220238. OLE color: 3220238.

HSL color Cylindrical-coordinate representation of color #0E2331: hue angle of 204º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E2331 is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB143549-
CMYK0.710.2900.81
HSL204º55.56%12.35%-
HSV(B)204º71.43%19.22%-
XYZ1.341.523.13-
YUV30.32138.54116.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.29%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 49 (19.53% from 255) = 50%
R=14.29%
G=35.71%
B=50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1435490.710.2900.8120455.5612.35
HexE2331471D051cc38c
Octal1643611073501213147014
Binary111010001111000110001111110101010001110011001110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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