Html Css Color HEX #3B2953 Cherry Pie

📋 copy color: '#3B2953'

red 59 ◦ green 41 ◦ blue 83

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

Shades of Cherry Pie #3B2953

Tints of Cherry Pie #3B2953

RGB

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

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

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

R = 32.24%
G = 22.4%
B = 45.36%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B2953 (or 0x3B2953) is known color: Cherry Pie. HEX triplet: 3B, 29 and 53. RGB value is (59,41,83). Sum of RGB (Red+Green+Blue) = 59+41+83=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B2953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2953 is #C4D6AC. Grayscale: #333333. Windows color (decimal): -12900013 or 5450043. OLE color: 5450043.

HSL color Cylindrical-coordinate representation of color #3B2953: hue angle of 265.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B2953 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 41 83 -
CMYK 0.29 0.51 0 0.67
HSL 265.71º 0.34% 0.24% -
HSV(B) 265.71º 0.51% 0.33% -
XYZ 4.16 3.14 8.57 -
YUV 51.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 59 41 83 0.29 0.51 0 0.67 265.71 0.34 0.24
Hex 3B 29 53 1D 33 0 43 10A 22 18
Octal 73 51 123 35 63 0 103 412 42 30
Binary 111011 101001 1010011 11101 110011 0 1000011 100001010 100010 11000

Color Harmonies of #3B2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2953

Black with #3B2953

Text Example


Text Example

White with #3B2953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,41,83); }

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

background-color css

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

 a { background-color: rgb(59,41,83); }

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

border-color css

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

 span { border-color: rgb(59,41,83); }

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