#15242A

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

Shades of Black Pearl #15242A

Tints of Black Pearl #15242A

Color information

#15242A (or 0x15242A) is unknown color: approx Black Pearl. HEX triplet: 15, 24 and 2A. RGB value is (21,36,42). Sum of RGB (Red+Green+Blue) = 21+36+42=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #15242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15242A is #EADBD5. Grayscale: #202020. Windows color (decimal): -15391702 or 2761749. OLE color: 2761749.

HSL color Cylindrical-coordinate representation of color #15242A: hue angle of 197.14º 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 #15242A is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB213642-
CMYK0.500.1400.84
HSL197.14º33.33%12.35%-
HSV(B)197.14º50%16.47%-
XYZ1.361.592.43-
YUV32.2133.53120.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=21.21%
G=36.36%
B=42.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2136420.500.1400.84197.1433.3312.35
Hex15242A32E054c521c
Octal254452621601243054114
Binary10101100100101010110010111001010100110001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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