Html Css Color HEX #3B314F Cherry Pie

📋 copy color: '#3B314F'

red 59 ◦ green 49 ◦ blue 79

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

Shades of Cherry Pie #3B314F

Tints of Cherry Pie #3B314F

RGB

 RED value IS 59 (23.44% from 255) = 31.55%

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 79 (31.25% from 255) = 42.25%

R = 31.55%
G = 26.2%
B = 42.25%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B314F (or 0x3B314F) is known color: Cherry Pie. HEX triplet: 3B, 31 and 4F. RGB value is (59,49,79). Sum of RGB (Red+Green+Blue) = 59+49+79=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B314F is #C4CEB0. Grayscale: #373737. Windows color (decimal): -12897969 or 5189947. OLE color: 5189947.

HSL color Cylindrical-coordinate representation of color #3B314F: hue angle of 260º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3B314F is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 49 79 -
CMYK 0.25 0.38 0 0.69
HSL 260º 0.23% 0.25% -
HSV(B) 260º 0.38% 0.31% -
XYZ 4.31 3.69 7.88 -
YUV 55.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 59 49 79 0.25 0.38 0 0.69 260 0.23 0.25
Hex 3B 31 4F 19 26 0 45 104 17 19
Octal 73 61 117 31 46 0 105 404 27 31
Binary 111011 110001 1001111 11001 100110 0 1000101 100000100 10111 11001

Color Harmonies of #3B314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B314F

Black with #3B314F

Text Example


Text Example

White with #3B314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B314F; }

 p { color: rgb(59,49,79); }

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

background-color css

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

 a { background-color: rgb(59,49,79); }

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

border-color css

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

 span { border-color: rgb(59,49,79); }

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