#15202A

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

Shades of Black Pearl #15202A

Tints of Black Pearl #15202A

Color information

#15202A (or 0x15202A) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 2A. RGB value is (21,32,42). Sum of RGB (Red+Green+Blue) = 21+32+42=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #15202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15202A is #EADFD5. Grayscale: #1D1D1D. Windows color (decimal): -15392726 or 2760725. OLE color: 2760725.

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

Color convert

RGB213242-
CMYK0.500.2400.84
HSL208.57º33.33%12.35%-
HSV(B)208.57º50%16.47%-
XYZ1.241.362.39-
YUV29.85134.86121.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.11%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=22.11%
G=33.68%
B=44.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2132420.500.2400.84208.5733.3312.35
Hex15202A3218054d121c
Octal254052623001243214114
Binary101011000001010101100101100001010100110100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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