#36314B

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

Shades of Cherry Pie #36314B

Tints of Cherry Pie #36314B

Color information

#36314B (or 0x36314B) is unknown color: approx Cherry Pie. HEX triplet: 36, 31 and 4B. RGB value is (54,49,75). Sum of RGB (Red+Green+Blue) = 54+49+75=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #36314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36314B is #C9CEB4. Grayscale: #353535. Windows color (decimal): -13225653 or 4927798. OLE color: 4927798.

HSL color Cylindrical-coordinate representation of color #36314B: hue angle of 251.54º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36314B is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB544975-
CMYK0.280.3500.71
HSL251.54º20.97%24.31%-
HSV(B)251.54º34.67%29.41%-
XYZ3.893.497.13-
YUV53.46140.16128.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=30.34%
G=27.53%
B=42.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5449750.280.3500.71251.5420.9724.31
Hex36314B1C23047fc1518
Octal6661113344301073742530
Binary11011011000110010111110010001101000111111111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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