#15202F

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

Shades of Black Pearl #15202F

Tints of Black Pearl #15202F

Color information

#15202F (or 0x15202F) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 2F. RGB value is (21,32,47). Sum of RGB (Red+Green+Blue) = 21+32+47=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #15202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15202F is #EADFD0. Grayscale: #1E1E1E. Windows color (decimal): -15392721 or 3088405. OLE color: 3088405.

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

Color convert

RGB213247-
CMYK0.550.3200.82
HSL214.62º38.24%13.33%-
HSV(B)214.62º55.32%18.43%-
XYZ1.341.42.89-
YUV30.42137.36121.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 47 (18.75% from 255) = 47%
R=21%
G=32%
B=47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2132470.550.3200.82214.6238.2413.33
Hex15202F3720052d726d
Octal254057674001223274615
Binary1010110000010111111011110000001010010110101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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