Html Css Color HEX #312453 Cherry Pie

📋 copy color: '#312453'

red 49 ◦ green 36 ◦ blue 83

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

Shades of Cherry Pie #312453

Tints of Cherry Pie #312453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.4%

R = 29.17%
G = 21.43%
B = 49.4%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#312453 (or 0x312453) is known color: Cherry Pie. HEX triplet: 31, 24 and 53. RGB value is (49,36,83). Sum of RGB (Red+Green+Blue) = 49+36+83=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #312453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312453 is #CEDBAC. Grayscale: #2D2D2D. Windows color (decimal): -13556653 or 5448753. OLE color: 5448753.

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

Color convert

RGB 49 36 83 -
CMYK 0.41 0.57 0 0.67
HSL 256.6º 0.39% 0.23% -
HSV(B) 256.6º 0.57% 0.33% -
XYZ 3.46 2.54 8.49 -
YUV 45.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 49 36 83 0.41 0.57 0 0.67 256.6 0.39 0.23
Hex 31 24 53 29 39 0 43 101 27 17
Octal 61 44 123 51 71 0 103 401 47 27
Binary 110001 100100 1010011 101001 111001 0 1000011 100000001 100111 10111

Color Harmonies of #312453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312453

Black with #312453

Text Example


Text Example

White with #312453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312453; }

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

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

background-color css

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

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

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

border-color css

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

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

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