#15282C

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

Shades of Black Pearl #15282C

Tints of Black Pearl #15282C

Color information

#15282C (or 0x15282C) is unknown color: approx Black Pearl. HEX triplet: 15, 28 and 2C. RGB value is (21,40,44). Sum of RGB (Red+Green+Blue) = 21+40+44=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #15282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15282C is #EAD7D3. Grayscale: #222222. Windows color (decimal): -15390676 or 2893845. OLE color: 2893845.

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

Color convert

RGB214044-
CMYK0.520.0900.83
HSL190.43º35.38%12.75%-
HSV(B)190.43º52.27%17.25%-
XYZ1.521.862.66-
YUV34.78133.21118.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 40 (16.02% from 255) = 38.10%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=20%
G=38.10%
B=41.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2140440.520.0900.83190.4335.3812.75
Hex15282C349053be23d
Octal255054641101232764315
Binary10101101000101100110100100101010011101111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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