#15222C

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

Shades of Black Pearl #15222C

Tints of Black Pearl #15222C

Color information

#15222C (or 0x15222C) is unknown color: approx Black Pearl. HEX triplet: 15, 22 and 2C. RGB value is (21,34,44). Sum of RGB (Red+Green+Blue) = 21+34+44=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #15222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15222C is #EADDD3. Grayscale: #1F1F1F. Windows color (decimal): -15392212 or 2892309. OLE color: 2892309.

HSL color Cylindrical-coordinate representation of color #15222C: hue angle of 206.09º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #15222C is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB213444-
CMYK0.520.2300.83
HSL206.09º35.38%12.75%-
HSV(B)206.09º52.27%17.25%-
XYZ1.341.492.6-
YUV31.25135.19120.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 44 (17.58% from 255) = 44.44%
R=21.21%
G=34.34%
B=44.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2134440.520.2300.83206.0935.3812.75
Hex15222C3417053ce23d
Octal254254642701233164315
Binary101011000101011001101001011101010011110011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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