#15292E

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

Shades of Black Pearl #15292E

Tints of Black Pearl #15292E

Color information

#15292E (or 0x15292E) is unknown color: approx Black Pearl. HEX triplet: 15, 29 and 2E. RGB value is (21,41,46). Sum of RGB (Red+Green+Blue) = 21+41+46=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #15292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15292E is #EAD6D1. Grayscale: #232323. Windows color (decimal): -15390418 or 3025173. OLE color: 3025173.

HSL color Cylindrical-coordinate representation of color #15292E: hue angle of 192º 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 #15292E is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB214146-
CMYK0.540.1100.82
HSL192º37.31%13.14%-
HSV(B)192º54.35%18.04%-
XYZ1.61.942.88-
YUV35.59133.87117.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 46 (18.36% from 255) = 42.59%
R=19.44%
G=37.96%
B=42.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2141460.540.1100.8219237.3113.14
Hex15292E36B052c025d
Octal255156661301223004515
Binary10101101001101110110110101101010010110000001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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