#15262E

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

Shades of Black Pearl #15262E

Tints of Black Pearl #15262E

Color information

#15262E (or 0x15262E) is unknown color: approx Black Pearl. HEX triplet: 15, 26 and 2E. RGB value is (21,38,46). Sum of RGB (Red+Green+Blue) = 21+38+46=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #15262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15262E is #EAD9D1. Grayscale: #212121. Windows color (decimal): -15391186 or 3024405. OLE color: 3024405.

HSL color Cylindrical-coordinate representation of color #15262E: hue angle of 199.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #15262E is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213846-
CMYK0.540.1700.82
HSL199.2º37.31%13.14%-
HSV(B)199.2º54.35%18.04%-
XYZ1.51.742.84-
YUV33.83134.87118.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 46 (18.36% from 255) = 43.81%
R=20%
G=36.19%
B=43.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2138460.540.1700.82199.237.3113.14
Hex15262E3611052c725d
Octal254656662101223074515
Binary101011001101011101101101000101010010110001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15262E; }

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

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

<style>
 a { background-color: #15262E; }

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

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

<style>
 span { border-color: #15262E; }

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

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