Html Css Color HEX #362D48 Cherry Pie

📋 copy color: '#362D48'

red 54 ◦ green 45 ◦ blue 72

#362D48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #362D48

Tints of Cherry Pie #362D48

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 value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#362D48 (or 0x362D48) is known color: 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

RGB 54 45 72 -
CMYK 0.25 0.38 0 0.72
HSL 260º 0.23% 0.23% -
HSV(B) 260º 0.38% 0.28% -
XYZ 3.63 3.13 6.54 -
YUV 50.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 54 45 72 0.25 0.38 0 0.72 260 0.23 0.23
Hex 36 2D 48 19 26 0 48 104 17 17
Octal 66 55 110 31 46 0 110 404 27 27
Binary 110110 101101 1001000 11001 100110 0 1001000 100000100 10111 10111

Color Harmonies of #362D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D48

Black with #362D48

Text Example


Text Example

White with #362D48

Text Example


Text Example

HTML Codes & Css Web 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>