#15202C

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

Shades of Black Pearl #15202C

Tints of Black Pearl #15202C

Color information

#15202C (or 0x15202C) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 2C. RGB value is (21,32,44). Sum of RGB (Red+Green+Blue) = 21+32+44=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #15202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15202C is #EADFD3. Grayscale: #1E1E1E. Windows color (decimal): -15392724 or 2891797. OLE color: 2891797.

HSL color Cylindrical-coordinate representation of color #15202C: hue angle of 211.3º 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 #15202C is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB213244-
CMYK0.520.2700.83
HSL211.3º35.38%12.75%-
HSV(B)211.3º52.27%17.25%-
XYZ1.281.372.58-
YUV30.08135.86121.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=21.65%
G=32.99%
B=45.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2132440.520.2700.83211.335.3812.75
Hex15202C341B053d323d
Octal254054643301233234315
Binary101011000001011001101001101101010011110100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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