#15252E

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

Shades of Black Pearl #15252E

Tints of Black Pearl #15252E

Color information

#15252E (or 0x15252E) is unknown color: approx Black Pearl. HEX triplet: 15, 25 and 2E. RGB value is (21,37,46). Sum of RGB (Red+Green+Blue) = 21+37+46=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #15252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15252E is #EADAD1. Grayscale: #212121. Windows color (decimal): -15391442 or 3024149. OLE color: 3024149.

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

Color convert

RGB213746-
CMYK0.540.2000.82
HSL201.6º37.31%13.14%-
HSV(B)201.6º54.35%18.04%-
XYZ1.461.682.83-
YUV33.24135.2119.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=20.19%
G=35.58%
B=44.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2137460.540.2000.82201.637.3113.14
Hex15252E3614052ca25d
Octal254556662401223124515
Binary101011001011011101101101010001010010110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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