Html Css Color HEX #3B3053 Cherry Pie

📋 copy color: '#3B3053'

red 59 ◦ green 48 ◦ blue 83

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

Shades of Cherry Pie #3B3053

Tints of Cherry Pie #3B3053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

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

R = 31.05%
G = 25.26%
B = 43.68%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B3053 (or 0x3B3053) is known color: Cherry Pie. HEX triplet: 3B, 30 and 53. RGB value is (59,48,83). Sum of RGB (Red+Green+Blue) = 59+48+83=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B3053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3053 is #C4CFAC. Grayscale: #373737. Windows color (decimal): -12898221 or 5451835. OLE color: 5451835.

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

Color convert

RGB 59 48 83 -
CMYK 0.29 0.42 0 0.67
HSL 258.86º 0.27% 0.26% -
HSV(B) 258.86º 0.42% 0.33% -
XYZ 4.42 3.67 8.66 -
YUV 55.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 59 48 83 0.29 0.42 0 0.67 258.86 0.27 0.26
Hex 3B 30 53 1D 2A 0 43 103 1B 1A
Octal 73 60 123 35 52 0 103 403 33 32
Binary 111011 110000 1010011 11101 101010 0 1000011 100000011 11011 11010

Color Harmonies of #3B3053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3053

Black with #3B3053

Text Example


Text Example

White with #3B3053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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