Html Css Color HEX #312B4A Cherry Pie

📋 copy color: '#312B4A'

red 49 ◦ green 43 ◦ blue 74

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

Shades of Cherry Pie #312B4A

Tints of Cherry Pie #312B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.9%

 BLUE value IS 74 (29.3% from 255) = 44.58%

R = 29.52%
G = 25.9%
B = 44.58%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#312B4A (or 0x312B4A) is known color: Cherry Pie. HEX triplet: 31, 2B and 4A. RGB value is (49,43,74). Sum of RGB (Red+Green+Blue) = 49+43+74=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #312B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B4A is #CED4B5. Grayscale: #303030. Windows color (decimal): -13554870 or 4860721. OLE color: 4860721.

HSL color Cylindrical-coordinate representation of color #312B4A: hue angle of 251.61º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #312B4A is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 43 74 -
CMYK 0.34 0.42 0 0.71
HSL 251.61º 0.26% 0.23% -
HSV(B) 251.61º 0.42% 0.29% -
XYZ 3.37 2.88 6.86 -
YUV 48.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 49 43 74 0.34 0.42 0 0.71 251.61 0.26 0.23
Hex 31 2B 4A 22 2A 0 47 FC 1A 17
Octal 61 53 112 42 52 0 107 374 32 27
Binary 110001 101011 1001010 100010 101010 0 1000111 11111100 11010 10111

Color Harmonies of #312B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B4A

Black with #312B4A

Text Example


Text Example

White with #312B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312B4A; }

 p { color: rgb(49,43,74); }

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

background-color css

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

 a { background-color: rgb(49,43,74); }

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

border-color css

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

 span { border-color: rgb(49,43,74); }

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