Html Css Color HEX #312454 Cherry Pie

📋 copy color: '#312454'

red 49 ◦ green 36 ◦ blue 84

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

Shades of Cherry Pie #312454

Tints of Cherry Pie #312454

RGB

 RED value IS 49 (19.53% from 255) = 28.99%

 GREEN value IS 36 (14.45% from 255) = 21.3%

 BLUE value IS 84 (33.2% from 255) = 49.7%

R = 28.99%
G = 21.3%
B = 49.7%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#312454 (or 0x312454) is known color: Cherry Pie. HEX triplet: 31, 24 and 54. RGB value is (49,36,84). Sum of RGB (Red+Green+Blue) = 49+36+84=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #312454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312454 is #CEDBAB. Grayscale: #2D2D2D. Windows color (decimal): -13556652 or 5514289. OLE color: 5514289.

HSL color Cylindrical-coordinate representation of color #312454: hue angle of 256.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #312454 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 36 84 -
CMYK 0.42 0.57 0 0.67
HSL 256.25º 0.4% 0.24% -
HSV(B) 256.25º 0.57% 0.33% -
XYZ 3.5 2.55 8.7 -
YUV 45.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 49 36 84 0.42 0.57 0 0.67 256.25 0.4 0.24
Hex 31 24 54 2A 39 0 43 100 28 18
Octal 61 44 124 52 71 0 103 400 50 30
Binary 110001 100100 1010100 101010 111001 0 1000011 100000000 101000 11000

Color Harmonies of #312454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312454

Black with #312454

Text Example


Text Example

White with #312454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312454; }

 p { color: rgb(49,36,84); }

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

background-color css

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

 a { background-color: rgb(49,36,84); }

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

border-color css

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

 span { border-color: rgb(49,36,84); }

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