#152130

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

Shades of Black Pearl #152130

Tints of Black Pearl #152130

Color information

#152130 (or 0x152130) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 30. RGB value is (21,33,48). Sum of RGB (Red+Green+Blue) = 21+33+48=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #152130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152130 is #EADECF. Grayscale: #1F1F1F. Windows color (decimal): -15392464 or 3154197. OLE color: 3154197.

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

Color convert

RGB213348-
CMYK0.560.3100.81
HSL213.33º39.13%13.53%-
HSV(B)213.33º56.25%18.82%-
XYZ1.391.463.01-
YUV31.12137.52120.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=20.59%
G=32.35%
B=47.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2133480.560.3100.81213.3339.1313.53
Hex152130381F051d527e
Octal254160703701213254716
Binary101011000011100001110001111101010001110101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152130; }

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

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

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

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

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

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

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

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