#15252B

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

Shades of Black Pearl #15252B

Tints of Black Pearl #15252B

Color information

#15252B (or 0x15252B) is unknown color: approx Black Pearl. HEX triplet: 15, 25 and 2B. RGB value is (21,37,43). Sum of RGB (Red+Green+Blue) = 21+37+43=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #15252B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15252B is #EADAD4. Grayscale: #202020. Windows color (decimal): -15391445 or 2827541. OLE color: 2827541.

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

Color convert

RGB213743-
CMYK0.510.1400.83
HSL196.36º34.38%12.55%-
HSV(B)196.36º51.16%16.86%-
XYZ1.411.662.53-
YUV32.9133.7119.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 37 (14.84% from 255) = 36.63%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=20.79%
G=36.63%
B=42.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2137430.510.1400.83196.3634.3812.55
Hex15252B33E053c422d
Octal254553631601233044215
Binary10101100101101011110011111001010011110001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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