#152E36

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

Shades of Black Pearl #152E36

Tints of Black Pearl #152E36

Color information

#152E36 (or 0x152E36) is unknown color: approx Black Pearl. HEX triplet: 15, 2E and 36. RGB value is (21,46,54). Sum of RGB (Red+Green+Blue) = 21+46+54=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #152E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E36 is #EAD1C9. Grayscale: #272727. Windows color (decimal): -15389130 or 3550741. OLE color: 3550741.

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

Color convert

RGB214654-
CMYK0.610.1500.79
HSL194.55º44%14.71%-
HSV(B)194.55º61.11%21.18%-
XYZ1.952.383.85-
YUV39.44136.22114.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 46 (18.36% from 255) = 38.02%
BLUE value IS 54 (21.48% from 255) = 44.63%
R=17.36%
G=38.02%
B=44.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2146540.610.1500.79194.554414.71
Hex152E363DF04Fc32cf
Octal255666751701173035417
Binary10101101110110110111101111101001111110000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,46,54); }

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

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

 a { background-color: rgb(21,46,54); }

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

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

 span { border-color: rgb(21,46,54); }

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