#0E232B

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

Shades of Black Pearl #0E232B

Tints of Black Pearl #0E232B

Color information

#0E232B (or 0x0E232B) is unknown color: approx Black Pearl. HEX triplet: 0E, 23 and 2B. RGB value is (14,35,43). Sum of RGB (Red+Green+Blue) = 14+35+43=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #0E232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E232B is #F1DCD4. Grayscale: #1D1D1D. Windows color (decimal): -15850709 or 2827022. OLE color: 2827022.

HSL color Cylindrical-coordinate representation of color #0E232B: hue angle of 196.55º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E232B is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB143543-
CMYK0.670.1900.83
HSL196.55º50.88%11.18%-
HSV(B)196.55º67.44%16.86%-
XYZ1.221.472.51-
YUV29.63135.54116.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.22%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=15.22%
G=38.04%
B=46.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1435430.670.1900.83196.5550.8811.18
HexE232B4313053c533b
Octal1643531032301233056313
Binary111010001110101110000111001101010011110001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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