#152025

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

Shades of Black Pearl #152025

Tints of Black Pearl #152025

Color information

#152025 (or 0x152025) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 25. RGB value is (21,32,37). Sum of RGB (Red+Green+Blue) = 21+32+37=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #152025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152025 is #EADFDA. Grayscale: #1D1D1D. Windows color (decimal): -15392731 or 2433045. OLE color: 2433045.

HSL color Cylindrical-coordinate representation of color #152025: hue angle of 198.75º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #152025 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB213237-
CMYK0.430.1400.85
HSL198.75º27.59%11.37%-
HSV(B)198.75º43.24%14.51%-
XYZ1.161.331.95-
YUV29.28132.36122.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.33%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 37 (14.84% from 255) = 41.11%
R=23.33%
G=35.56%
B=41.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2132370.430.1400.85198.7527.5911.37
Hex1520252BE055c71cb
Octal254045531601253073413
Binary1010110000010010110101111100101010111000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152025; }

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

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

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

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

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

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

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

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