#15222B

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

Shades of Black Pearl #15222B

Tints of Black Pearl #15222B

Color information

#15222B (or 0x15222B) is unknown color: approx Black Pearl. HEX triplet: 15, 22 and 2B. RGB value is (21,34,43). Sum of RGB (Red+Green+Blue) = 21+34+43=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #15222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15222B is #EADDD4. Grayscale: #1F1F1F. Windows color (decimal): -15392213 or 2826773. OLE color: 2826773.

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

Color convert

RGB213443-
CMYK0.510.2100.83
HSL204.55º34.38%12.55%-
HSV(B)204.55º51.16%16.86%-
XYZ1.321.482.5-
YUV31.14134.69120.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.43%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 43 (17.19% from 255) = 43.88%
R=21.43%
G=34.69%
B=43.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2134430.510.2100.83204.5534.3812.55
Hex15222B3315053cd22d
Octal254253632501233154215
Binary101011000101010111100111010101010011110011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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