#152830

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

Shades of Black Pearl #152830

Tints of Black Pearl #152830

Color information

#152830 (or 0x152830) is unknown color: approx Black Pearl. HEX triplet: 15, 28 and 30. RGB value is (21,40,48). Sum of RGB (Red+Green+Blue) = 21+40+48=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #152830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152830 is #EAD7CF. Grayscale: #232323. Windows color (decimal): -15390672 or 3155989. OLE color: 3155989.

HSL color Cylindrical-coordinate representation of color #152830: hue angle of 197.78º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #152830 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB214048-
CMYK0.560.1700.81
HSL197.78º39.13%13.53%-
HSV(B)197.78º56.25%18.82%-
XYZ1.61.893.08-
YUV35.23135.21117.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 48 (19.14% from 255) = 44.04%
R=19.27%
G=36.70%
B=44.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2140480.560.1700.81197.7839.1313.53
Hex1528303811051c627e
Octal255060702101213064716
Binary101011010001100001110001000101010001110001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152830; }

 p { color: rgb(21,40,48); }

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

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

 a { background-color: rgb(21,40,48); }

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

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

 span { border-color: rgb(21,40,48); }

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