#15242D

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

Shades of Black Pearl #15242D

Tints of Black Pearl #15242D

Color information

#15242D (or 0x15242D) is unknown color: approx Black Pearl. HEX triplet: 15, 24 and 2D. RGB value is (21,36,45). Sum of RGB (Red+Green+Blue) = 21+36+45=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #15242D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15242D is #EADBD2. Grayscale: #202020. Windows color (decimal): -15391699 or 2958357. OLE color: 2958357.

HSL color Cylindrical-coordinate representation of color #15242D: hue angle of 202.5º 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 #15242D is Cyan = 0.53, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213645-
CMYK0.530.200.82
HSL202.5º36.36%12.94%-
HSV(B)202.5º53.33%17.65%-
XYZ1.411.612.72-
YUV32.54135.03119.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 45 (17.97% from 255) = 44.12%
R=20.59%
G=35.29%
B=44.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2136450.530.200.82202.536.3612.94
Hex15242D3514052ca24d
Octal254455652401223124415
Binary101011001001011011101011010001010010110010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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