#152B34

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

Shades of Black Pearl #152B34

Tints of Black Pearl #152B34

Color information

#152B34 (or 0x152B34) is unknown color: approx Black Pearl. HEX triplet: 15, 2B and 34. RGB value is (21,43,52). Sum of RGB (Red+Green+Blue) = 21+43+52=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #152B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B34 is #EAD4CB. Grayscale: #252525. Windows color (decimal): -15389900 or 3418901. OLE color: 3418901.

HSL color Cylindrical-coordinate representation of color #152B34: hue angle of 197.42º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152B34 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB214352-
CMYK0.600.1700.80
HSL197.42º42.47%14.31%-
HSV(B)197.42º59.62%20.39%-
XYZ1.792.143.57-
YUV37.45136.21116.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 43 (17.19% from 255) = 37.07%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=18.10%
G=37.07%
B=44.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2143520.600.1700.80197.4242.4714.31
Hex152B343C11050c52ae
Octal255364742101203055216
Binary101011010111101001111001000101010000110001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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