#15262D

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

Shades of Black Pearl #15262D

Tints of Black Pearl #15262D

Color information

#15262D (or 0x15262D) is unknown color: approx Black Pearl. HEX triplet: 15, 26 and 2D. RGB value is (21,38,45). Sum of RGB (Red+Green+Blue) = 21+38+45=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #15262D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15262D is #EAD9D2. Grayscale: #212121. Windows color (decimal): -15391187 or 2958869. OLE color: 2958869.

HSL color Cylindrical-coordinate representation of color #15262D: hue angle of 197.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #15262D is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213845-
CMYK0.530.1600.82
HSL197.5º36.36%12.94%-
HSV(B)197.5º53.33%17.65%-
XYZ1.481.742.74-
YUV33.71134.37118.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=20.19%
G=36.54%
B=43.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2138450.530.1600.82197.536.3612.94
Hex15262D3510052c624d
Octal254655652001223064415
Binary101011001101011011101011000001010010110001101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15262D; }

 p { color: rgb(21,38,45); }

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

<style>
 a { background-color: #15262D; }

 a { background-color: rgb(21,38,45); }

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

<style>
 span { border-color: #15262D; }

 span { border-color: rgb(21,38,45); }

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