#362D48

Color #362D48 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #362D48

Tints of Cherry Pie #362D48

Color information

#362D48 (or 0x362D48) is unknown color: approx Cherry Pie. HEX triplet: 36, 2D and 48. RGB value is (54,45,72). Sum of RGB (Red+Green+Blue) = 54+45+72=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #362D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D48 is #C9D2B7. Grayscale: #323232. Windows color (decimal): -13226680 or 4730166. OLE color: 4730166.

HSL color Cylindrical-coordinate representation of color #362D48: hue angle of 260º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #362D48 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB544572-
CMYK0.250.3800.72
HSL260º23.08%22.94%-
HSV(B)260º37.5%28.24%-
XYZ3.633.136.54-
YUV50.77139.98130.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.58%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=31.58%
G=26.32%
B=42.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5445720.250.3800.7226023.0822.94
Hex362D4819260481041717
Octal6655110314601104042727
Binary110110101101100100011001100110010010001000001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362D48; }

 p { color: rgb(54,45,72); }

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

<style>
 a { background-color: #362D48; }

 a { background-color: rgb(54,45,72); }

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

<style>
 span { border-color: #362D48; }

 span { border-color: rgb(54,45,72); }

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