#152129

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

Shades of Black Pearl #152129

Tints of Black Pearl #152129

Color information

#152129 (or 0x152129) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 29. RGB value is (21,33,41). Sum of RGB (Red+Green+Blue) = 21+33+41=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #152129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152129 is #EADED6. Grayscale: #1E1E1E. Windows color (decimal): -15392471 or 2695445. OLE color: 2695445.

HSL color Cylindrical-coordinate representation of color #152129: hue angle of 204º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #152129 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB213341-
CMYK0.490.2000.84
HSL204º32.26%12.16%-
HSV(B)204º48.78%16.08%-
XYZ1.251.412.3-
YUV30.32134.02121.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.11%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 41 (16.41% from 255) = 43.16%
R=22.11%
G=34.74%
B=43.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2133410.490.2000.8420432.2612.16
Hex1521293114054cc20c
Octal254151612401243144014
Binary101011000011010011100011010001010100110011001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152129; }

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

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

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

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

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

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

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

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