#15252D

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

Shades of Black Pearl #15252D

Tints of Black Pearl #15252D

Color information

#15252D (or 0x15252D) is unknown color: approx Black Pearl. HEX triplet: 15, 25 and 2D. RGB value is (21,37,45). Sum of RGB (Red+Green+Blue) = 21+37+45=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #15252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15252D is #EADAD2. Grayscale: #212121. Windows color (decimal): -15391443 or 2958613. OLE color: 2958613.

HSL color Cylindrical-coordinate representation of color #15252D: hue angle of 200º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #15252D is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213745-
CMYK0.530.1800.82
HSL200º36.36%12.94%-
HSV(B)200º53.33%17.65%-
XYZ1.441.672.73-
YUV33.13134.7119.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=20.39%
G=35.92%
B=43.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2137450.530.1800.8220036.3612.94
Hex15252D3512052c824d
Octal254555652201223104415
Binary101011001011011011101011001001010010110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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