Html Css Color HEX #3B2D50 Cherry Pie

📋 copy color: '#3B2D50'

red 59 ◦ green 45 ◦ blue 80

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

Shades of Cherry Pie #3B2D50

Tints of Cherry Pie #3B2D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.46%

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 32.07%
G = 24.46%
B = 43.48%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B2D50 (or 0x3B2D50) is known color: Cherry Pie. HEX triplet: 3B, 2D and 50. RGB value is (59,45,80). Sum of RGB (Red+Green+Blue) = 59+45+80=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B2D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2D50 is #C4D2AF. Grayscale: #353535. Windows color (decimal): -12898992 or 5254459. OLE color: 5254459.

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

Color convert

RGB 59 45 80 -
CMYK 0.26 0.44 0 0.69
HSL 264º 0.28% 0.25% -
HSV(B) 264º 0.44% 0.31% -
XYZ 4.19 3.39 8.02 -
YUV 53.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 59 45 80 0.26 0.44 0 0.69 264 0.28 0.25
Hex 3B 2D 50 1A 2C 0 45 108 1C 19
Octal 73 55 120 32 54 0 105 410 34 31
Binary 111011 101101 1010000 11010 101100 0 1000101 100001000 11100 11001

Color Harmonies of #3B2D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2D50

Black with #3B2D50

Text Example


Text Example

White with #3B2D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,45,80); }

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

background-color css

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

 a { background-color: rgb(59,45,80); }

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

border-color css

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

 span { border-color: rgb(59,45,80); }

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