#152B31

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

Shades of Black Pearl #152B31

Tints of Black Pearl #152B31

Color information

#152B31 (or 0x152B31) is unknown color: approx Black Pearl. HEX triplet: 15, 2B and 31. RGB value is (21,43,49). Sum of RGB (Red+Green+Blue) = 21+43+49=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #152B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B31 is #EAD4CE. Grayscale: #252525. Windows color (decimal): -15389903 or 3222293. OLE color: 3222293.

HSL color Cylindrical-coordinate representation of color #152B31: hue angle of 192.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #152B31 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB214349-
CMYK0.570.1200.81
HSL192.86º40%13.73%-
HSV(B)192.86º57.14%19.22%-
XYZ1.732.113.22-
YUV37.11134.71116.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.58%
GREEN value IS 43 (17.19% from 255) = 38.05%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=18.58%
G=38.05%
B=43.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2143490.570.1200.81192.864013.73
Hex152B3139C051c128e
Octal255361711401213015016
Binary10101101011110001111001110001010001110000011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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