Html Css Color HEX #31294C Cherry Pie

📋 copy color: '#31294C'

red 49 ◦ green 41 ◦ blue 76

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

Shades of Cherry Pie #31294C

Tints of Cherry Pie #31294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.7%

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

R = 29.52%
G = 24.7%
B = 45.78%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31294C (or 0x31294C) is known color: Cherry Pie. HEX triplet: 31, 29 and 4C. RGB value is (49,41,76). Sum of RGB (Red+Green+Blue) = 49+41+76=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #31294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31294C is #CED6B3. Grayscale: #2F2F2F. Windows color (decimal): -13555380 or 4991281. OLE color: 4991281.

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

Color convert

RGB 49 41 76 -
CMYK 0.36 0.46 0 0.70
HSL 253.71º 0.3% 0.23% -
HSV(B) 253.71º 0.46% 0.3% -
XYZ 3.36 2.76 7.19 -
YUV 47.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 49 41 76 0.36 0.46 0 0.70 253.71 0.3 0.23
Hex 31 29 4C 24 2E 0 46 FE 1E 17
Octal 61 51 114 44 56 0 106 376 36 27
Binary 110001 101001 1001100 100100 101110 0 1000110 11111110 11110 10111

Color Harmonies of #31294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31294C

Black with #31294C

Text Example


Text Example

White with #31294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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