#15232B

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

Shades of Black Pearl #15232B

Tints of Black Pearl #15232B

Color information

#15232B (or 0x15232B) is unknown color: approx Black Pearl. HEX triplet: 15, 23 and 2B. RGB value is (21,35,43). Sum of RGB (Red+Green+Blue) = 21+35+43=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 43 - color contains mainly: blue. Hex color #15232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15232B is #EADCD4. Grayscale: #1F1F1F. Windows color (decimal): -15391957 or 2827029. OLE color: 2827029.

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

Color convert

RGB213543-
CMYK0.510.1900.83
HSL201.82º34.38%12.55%-
HSV(B)201.82º51.16%16.86%-
XYZ1.351.542.51-
YUV31.73134.36120.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 43 (17.19% from 255) = 43.43%
R=21.21%
G=35.35%
B=43.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2135430.510.1900.83201.8234.3812.55
Hex15232B3313053ca22d
Octal254353632301233124215
Binary101011000111010111100111001101010011110010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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