Html Css Color HEX #36314C Cherry Pie

📋 copy color: '#36314C'

red 54 ◦ green 49 ◦ blue 76

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

Shades of Cherry Pie #36314C

Tints of Cherry Pie #36314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.46%

R = 30.17%
G = 27.37%
B = 42.46%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36314C (or 0x36314C) is known color: Cherry Pie. HEX triplet: 36, 31 and 4C. RGB value is (54,49,76). Sum of RGB (Red+Green+Blue) = 54+49+76=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #36314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36314C is #C9CEB3. Grayscale: #353535. Windows color (decimal): -13225652 or 4993334. OLE color: 4993334.

HSL color Cylindrical-coordinate representation of color #36314C: hue angle of 251.11º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36314C is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 49 76 -
CMYK 0.29 0.36 0 0.70
HSL 251.11º 0.22% 0.25% -
HSV(B) 251.11º 0.36% 0.3% -
XYZ 3.92 3.5 7.31 -
YUV 53.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 54 49 76 0.29 0.36 0 0.70 251.11 0.22 0.25
Hex 36 31 4C 1D 24 0 46 FB 16 19
Octal 66 61 114 35 44 0 106 373 26 31
Binary 110110 110001 1001100 11101 100100 0 1000110 11111011 10110 11001

Color Harmonies of #36314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36314C

Black with #36314C

Text Example


Text Example

White with #36314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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