#0E262E

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

Shades of Black Pearl #0E262E

Tints of Black Pearl #0E262E

Color information

#0E262E (or 0x0E262E) is unknown color: approx Black Pearl. HEX triplet: 0E, 26 and 2E. RGB value is (14,38,46). Sum of RGB (Red+Green+Blue) = 14+38+46=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #0E262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E262E is #F1D9D1. Grayscale: #1F1F1F. Windows color (decimal): -15849938 or 3024398. OLE color: 3024398.

HSL color Cylindrical-coordinate representation of color #0E262E: hue angle of 195º degrees, saturation: 0.53, 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 #0E262E is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB143846-
CMYK0.700.1700.82
HSL195º53.33%11.76%-
HSV(B)195º69.57%18.04%-
XYZ1.371.682.84-
YUV31.74136.05115.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.29%
GREEN value IS 38 (15.23% from 255) = 38.78%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=14.29%
G=38.78%
B=46.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1438460.700.1700.8219553.3311.76
HexE262E4611052c335c
Octal1646561062101223036514
Binary111010011010111010001101000101010010110000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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