#152C31

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

Shades of Black Pearl #152C31

Tints of Black Pearl #152C31

Color information

#152C31 (or 0x152C31) is unknown color: approx Black Pearl. HEX triplet: 15, 2C and 31. RGB value is (21,44,49). Sum of RGB (Red+Green+Blue) = 21+44+49=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #152C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C31 is #EAD3CE. Grayscale: #252525. Windows color (decimal): -15389647 or 3222549. OLE color: 3222549.

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

Color convert

RGB214449-
CMYK0.570.1000.81
HSL190.71º40%13.73%-
HSV(B)190.71º57.14%19.22%-
XYZ1.762.183.23-
YUV37.69134.38116.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 44 (17.58% from 255) = 38.60%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=18.42%
G=38.60%
B=42.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2144490.570.1000.81190.714013.73
Hex152C3139A051bf28e
Octal255461711201212775016
Binary10101101100110001111001101001010001101111111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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