#15202E

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

Shades of Black Pearl #15202E

Tints of Black Pearl #15202E

Color information

#15202E (or 0x15202E) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 2E. RGB value is (21,32,46). Sum of RGB (Red+Green+Blue) = 21+32+46=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #15202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15202E is #EADFD1. Grayscale: #1E1E1E. Windows color (decimal): -15392722 or 3022869. OLE color: 3022869.

HSL color Cylindrical-coordinate representation of color #15202E: hue angle of 213.6º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #15202E is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213246-
CMYK0.540.3000.82
HSL213.6º37.31%13.14%-
HSV(B)213.6º54.35%18.04%-
XYZ1.321.392.78-
YUV30.31136.86121.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=21.21%
G=32.32%
B=46.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2132460.540.3000.82213.637.3113.14
Hex15202E361E052d625d
Octal254056663601223264515
Binary101011000001011101101101111001010010110101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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