#0E232F

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

Shades of Black Pearl #0E232F

Tints of Black Pearl #0E232F

Color information

#0E232F (or 0x0E232F) is unknown color: approx Black Pearl. HEX triplet: 0E, 23 and 2F. RGB value is (14,35,47). Sum of RGB (Red+Green+Blue) = 14+35+47=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #0E232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E232F is #F1DCD0. Grayscale: #1E1E1E. Windows color (decimal): -15850705 or 3089166. OLE color: 3089166.

HSL color Cylindrical-coordinate representation of color #0E232F: hue angle of 201.82º degrees, saturation: 0.54, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E232F is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB143547-
CMYK0.700.2600.82
HSL201.82º54.1%11.96%-
HSV(B)201.82º70.21%18.43%-
XYZ1.31.52.91-
YUV30.09137.54116.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.58%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 47 (18.75% from 255) = 48.96%
R=14.58%
G=36.46%
B=48.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1435470.700.2600.82201.8254.111.96
HexE232F461A052ca36c
Octal1643571063201223126614
Binary111010001110111110001101101001010010110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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