#15262F

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

Shades of Black Pearl #15262F

Tints of Black Pearl #15262F

Color information

#15262F (or 0x15262F) is unknown color: approx Black Pearl. HEX triplet: 15, 26 and 2F. RGB value is (21,38,47). Sum of RGB (Red+Green+Blue) = 21+38+47=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #15262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15262F is #EAD9D0. Grayscale: #212121. Windows color (decimal): -15391185 or 3089941. OLE color: 3089941.

HSL color Cylindrical-coordinate representation of color #15262F: hue angle of 200.77º 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 #15262F is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213847-
CMYK0.550.1900.82
HSL200.77º38.24%13.33%-
HSV(B)200.77º55.32%18.43%-
XYZ1.521.752.95-
YUV33.94135.37118.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=19.81%
G=35.85%
B=44.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2138470.550.1900.82200.7738.2413.33
Hex15262F3713052c926d
Octal254657672301223114615
Binary101011001101011111101111001101010010110010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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