#15282B

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

Shades of Black Pearl #15282B

Tints of Black Pearl #15282B

Color information

#15282B (or 0x15282B) is unknown color: approx Black Pearl. HEX triplet: 15, 28 and 2B. RGB value is (21,40,43). Sum of RGB (Red+Green+Blue) = 21+40+43=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 43 - color contains mainly: blue. Hex color #15282B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15282B is #EAD7D4. Grayscale: #222222. Windows color (decimal): -15390677 or 2828309. OLE color: 2828309.

HSL color Cylindrical-coordinate representation of color #15282B: hue angle of 188.18º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #15282B is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB214043-
CMYK0.510.0700.83
HSL188.18º34.38%12.55%-
HSV(B)188.18º51.16%16.86%-
XYZ1.51.852.56-
YUV34.66132.71118.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 43 (17.19% from 255) = 41.35%
R=20.19%
G=38.46%
B=41.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2140430.510.0700.83188.1834.3812.55
Hex15282B337053bc22d
Octal25505363701232744215
Binary1010110100010101111001111101010011101111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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