Html Css Color HEX #363152 Cherry Pie

📋 copy color: '#363152'

red 54 ◦ green 49 ◦ blue 82

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

Shades of Cherry Pie #363152

Tints of Cherry Pie #363152

RGB

 RED value IS 54 (21.48% from 255) = 29.19%

 GREEN value IS 49 (19.53% from 255) = 26.49%

 BLUE value IS 82 (32.42% from 255) = 44.32%

R = 29.19%
G = 26.49%
B = 44.32%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#363152 (or 0x363152) is known color: Cherry Pie. HEX triplet: 36, 31 and 52. RGB value is (54,49,82). Sum of RGB (Red+Green+Blue) = 54+49+82=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #363152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363152 is #C9CEAD. Grayscale: #363636. Windows color (decimal): -13225646 or 5386550. OLE color: 5386550.

HSL color Cylindrical-coordinate representation of color #363152: hue angle of 249.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #363152 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 49 82 -
CMYK 0.34 0.40 0 0.68
HSL 249.09º 0.25% 0.26% -
HSV(B) 249.09º 0.4% 0.32% -
XYZ 4.14 3.59 8.46 -
YUV 54.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 54 49 82 0.34 0.40 0 0.68 249.09 0.25 0.26
Hex 36 31 52 22 28 0 44 F9 19 1A
Octal 66 61 122 42 50 0 104 371 31 32
Binary 110110 110001 1010010 100010 101000 0 1000100 11111001 11001 11010

Color Harmonies of #363152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363152

Black with #363152

Text Example


Text Example

White with #363152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363152; }

 p { color: rgb(54,49,82); }

 H1.HeaderClassName
 {
   color: #363152;
 }
 .AnyTagClassName
 {
   color: #363152;
 }
</style>

background-color css

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

 a { background-color: rgb(54,49,82); }

 div.DivClassName
 {
   background-color: #363152;
 }
 .BgClassName
 {
   background-color: #363152;
 }
</style>

border-color css

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

 span { border-color: rgb(54,49,82); }

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