#0E2632

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

Shades of Black Pearl #0E2632

Tints of Black Pearl #0E2632

Color information

#0E2632 (or 0x0E2632) is unknown color: approx Black Pearl. HEX triplet: 0E, 26 and 32. RGB value is (14,38,50). Sum of RGB (Red+Green+Blue) = 14+38+50=102 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.73% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #0E2632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2632 is #F1D9CD. Grayscale: #202020. Windows color (decimal): -15849934 or 3286542. OLE color: 3286542.

HSL color Cylindrical-coordinate representation of color #0E2632: hue angle of 200º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E2632 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB143850-
CMYK0.720.2400.80
HSL200º56.25%12.55%-
HSV(B)200º72%19.61%-
XYZ1.451.713.27-
YUV32.19138.05115.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.73%
GREEN value IS 38 (15.23% from 255) = 37.25%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=13.73%
G=37.25%
B=49.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1438500.720.2400.8020056.2512.55
HexE26324818050c838d
Octal1646621103001203107015
Binary111010011011001010010001100001010000110010001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,38,50); }

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

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

 a { background-color: rgb(14,38,50); }

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

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

 span { border-color: rgb(14,38,50); }

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