#152B30

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

Shades of Black Pearl #152B30

Tints of Black Pearl #152B30

Color information

#152B30 (or 0x152B30) is unknown color: approx Black Pearl. HEX triplet: 15, 2B and 30. RGB value is (21,43,48). Sum of RGB (Red+Green+Blue) = 21+43+48=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #152B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B30 is #EAD4CF. Grayscale: #242424. Windows color (decimal): -15389904 or 3156757. OLE color: 3156757.

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

Color convert

RGB214348-
CMYK0.560.1000.81
HSL191.11º39.13%13.53%-
HSV(B)191.11º56.25%18.82%-
XYZ1.712.13.11-
YUV36.99134.21116.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.75%
GREEN value IS 43 (17.19% from 255) = 38.39%
BLUE value IS 48 (19.14% from 255) = 42.86%
R=18.75%
G=38.39%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2143480.560.1000.81191.1139.1313.53
Hex152B3038A051bf27e
Octal255360701201212774716
Binary10101101011110000111000101001010001101111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152B30; }

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

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

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

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

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

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

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

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