#152630

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

Shades of Black Pearl #152630

Tints of Black Pearl #152630

Color information

#152630 (or 0x152630) is unknown color: approx Black Pearl. HEX triplet: 15, 26 and 30. RGB value is (21,38,48). Sum of RGB (Red+Green+Blue) = 21+38+48=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #152630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152630 is #EAD9CF. Grayscale: #222222. Windows color (decimal): -15391184 or 3155477. OLE color: 3155477.

HSL color Cylindrical-coordinate representation of color #152630: hue angle of 202.22º 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 #152630 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB213848-
CMYK0.560.2100.81
HSL202.22º39.13%13.53%-
HSV(B)202.22º56.25%18.82%-
XYZ1.541.763.05-
YUV34.06135.87118.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 38 (15.23% from 255) = 35.51%
BLUE value IS 48 (19.14% from 255) = 44.86%
R=19.63%
G=35.51%
B=44.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2138480.560.2100.81202.2239.1313.53
Hex1526303815051ca27e
Octal254660702501213124716
Binary101011001101100001110001010101010001110010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152630; }

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

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

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

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

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

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

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

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