#152D35

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

Shades of Black Pearl #152D35

Tints of Black Pearl #152D35

Color information

#152D35 (or 0x152D35) is unknown color: approx Black Pearl. HEX triplet: 15, 2D and 35. RGB value is (21,45,53). Sum of RGB (Red+Green+Blue) = 21+45+53=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #152D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D35 is #EAD2CA. Grayscale: #262626. Windows color (decimal): -15389387 or 3484949. OLE color: 3484949.

HSL color Cylindrical-coordinate representation of color #152D35: hue angle of 195º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152D35 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB214553-
CMYK0.600.1500.79
HSL195º43.24%14.51%-
HSV(B)195º60.38%20.78%-
XYZ1.892.293.71-
YUV38.74136.05115.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 45 (17.97% from 255) = 37.82%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=17.65%
G=37.82%
B=44.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2145530.600.1500.7919543.2414.51
Hex152D353CF04Fc32bf
Octal255565741701173035317
Binary10101101101110101111100111101001111110000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,53); }

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

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

 a { background-color: rgb(21,45,53); }

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

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

 span { border-color: rgb(21,45,53); }

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