#15282E

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

Shades of Black Pearl #15282E

Tints of Black Pearl #15282E

Color information

#15282E (or 0x15282E) is unknown color: approx Black Pearl. HEX triplet: 15, 28 and 2E. RGB value is (21,40,46). Sum of RGB (Red+Green+Blue) = 21+40+46=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #15282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15282E is #EAD7D1. Grayscale: #222222. Windows color (decimal): -15390674 or 3024917. OLE color: 3024917.

HSL color Cylindrical-coordinate representation of color #15282E: hue angle of 194.4º 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 #15282E is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB214046-
CMYK0.540.1300.82
HSL194.4º37.31%13.14%-
HSV(B)194.4º54.35%18.04%-
XYZ1.561.872.86-
YUV35134.21118.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 46 (18.36% from 255) = 42.99%
R=19.63%
G=37.38%
B=42.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2140460.540.1300.82194.437.3113.14
Hex15282E36D052c225d
Octal255056661501223024515
Binary10101101000101110110110110101010010110000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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