#15252A

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

Shades of Black Pearl #15252A

Tints of Black Pearl #15252A

Color information

#15252A (or 0x15252A) is unknown color: approx Black Pearl. HEX triplet: 15, 25 and 2A. RGB value is (21,37,42). Sum of RGB (Red+Green+Blue) = 21+37+42=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #15252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15252A is #EADAD5. Grayscale: #202020. Windows color (decimal): -15391446 or 2762005. OLE color: 2762005.

HSL color Cylindrical-coordinate representation of color #15252A: hue angle of 194.29º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #15252A is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB213742-
CMYK0.500.1200.84
HSL194.29º33.33%12.35%-
HSV(B)194.29º50%16.47%-
XYZ1.391.652.44-
YUV32.79133.2119.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 42 (16.80% from 255) = 42%
R=21%
G=37%
B=42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2137420.500.1200.84194.2933.3312.35
Hex15252A32C054c221c
Octal254552621401243024114
Binary10101100101101010110010110001010100110000101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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