#15252F

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

Shades of Black Pearl #15252F

Tints of Black Pearl #15252F

Color information

#15252F (or 0x15252F) is unknown color: approx Black Pearl. HEX triplet: 15, 25 and 2F. RGB value is (21,37,47). Sum of RGB (Red+Green+Blue) = 21+37+47=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 47 - color contains mainly: blue. Hex color #15252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15252F is #EADAD0. Grayscale: #212121. Windows color (decimal): -15391441 or 3089685. OLE color: 3089685.

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

Color convert

RGB213747-
CMYK0.550.2100.82
HSL203.08º38.24%13.33%-
HSV(B)203.08º55.32%18.43%-
XYZ1.481.692.94-
YUV33.36135.7119.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 47 (18.75% from 255) = 44.76%
R=20%
G=35.24%
B=44.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2137470.550.2100.82203.0838.2413.33
Hex15252F3715052cb26d
Octal254557672501223134615
Binary101011001011011111101111010101010010110010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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