#15262B

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

Shades of Black Pearl #15262B

Tints of Black Pearl #15262B

Color information

#15262B (or 0x15262B) is unknown color: approx Black Pearl. HEX triplet: 15, 26 and 2B. RGB value is (21,38,43). Sum of RGB (Red+Green+Blue) = 21+38+43=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #15262B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15262B is #EAD9D4. Grayscale: #212121. Windows color (decimal): -15391189 or 2827797. OLE color: 2827797.

HSL color Cylindrical-coordinate representation of color #15262B: hue angle of 193.64º 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 #15262B is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB213843-
CMYK0.510.1200.83
HSL193.64º34.38%12.55%-
HSV(B)193.64º51.16%16.86%-
XYZ1.441.722.54-
YUV33.49133.37119.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 38 (15.23% from 255) = 37.25%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=20.59%
G=37.25%
B=42.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2138430.510.1200.83193.6434.3812.55
Hex15262B33C053c222d
Octal254653631401233024215
Binary10101100110101011110011110001010011110000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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