#152430

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

Shades of Black Pearl #152430

Tints of Black Pearl #152430

Color information

#152430 (or 0x152430) is unknown color: approx Black Pearl. HEX triplet: 15, 24 and 30. RGB value is (21,36,48). Sum of RGB (Red+Green+Blue) = 21+36+48=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #152430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152430 is #EADBCF. Grayscale: #202020. Windows color (decimal): -15391696 or 3154965. OLE color: 3154965.

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

Color convert

RGB213648-
CMYK0.560.2500.81
HSL206.67º39.13%13.53%-
HSV(B)206.67º56.25%18.82%-
XYZ1.471.633.03-
YUV32.88136.53119.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=20%
G=34.29%
B=45.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2136480.560.2500.81206.6739.1313.53
Hex1524303819051cf27e
Octal254460703101213174716
Binary101011001001100001110001100101010001110011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152430; }

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

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

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

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

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

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

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

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