#15212A

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

Shades of Black Pearl #15212A

Tints of Black Pearl #15212A

Color information

#15212A (or 0x15212A) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 2A. RGB value is (21,33,42). Sum of RGB (Red+Green+Blue) = 21+33+42=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #15212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15212A is #EADED5. Grayscale: #1E1E1E. Windows color (decimal): -15392470 or 2760981. OLE color: 2760981.

HSL color Cylindrical-coordinate representation of color #15212A: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #15212A is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB213342-
CMYK0.500.2100.84
HSL205.71º33.33%12.35%-
HSV(B)205.71º50%16.47%-
XYZ1.271.412.4-
YUV30.44134.52121.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=21.88%
G=34.38%
B=43.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2133420.500.2100.84205.7133.3312.35
Hex15212A3215054ce21c
Octal254152622501243164114
Binary101011000011010101100101010101010100110011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15212A; }

 p { color: rgb(21,33,42); }

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

<style>
 a { background-color: #15212A; }

 a { background-color: rgb(21,33,42); }

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

<style>
 span { border-color: #15212A; }

 span { border-color: rgb(21,33,42); }

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