#15242C

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

Shades of Black Pearl #15242C

Tints of Black Pearl #15242C

Color information

#15242C (or 0x15242C) is unknown color: approx Black Pearl. HEX triplet: 15, 24 and 2C. RGB value is (21,36,44). Sum of RGB (Red+Green+Blue) = 21+36+44=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #15242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15242C is #EADBD3. Grayscale: #202020. Windows color (decimal): -15391700 or 2892821. OLE color: 2892821.

HSL color Cylindrical-coordinate representation of color #15242C: hue angle of 200.87º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #15242C is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB213644-
CMYK0.520.1800.83
HSL200.87º35.38%12.75%-
HSV(B)200.87º52.27%17.25%-
XYZ1.391.62.62-
YUV32.43134.53119.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=20.79%
G=35.64%
B=43.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2136440.520.1800.83200.8735.3812.75
Hex15242C3412053c923d
Octal254454642201233114315
Binary101011001001011001101001001001010011110010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15242C; }

 p { color: rgb(21,36,44); }

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

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

 a { background-color: rgb(21,36,44); }

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

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

 span { border-color: rgb(21,36,44); }

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