Html Css Color HEX #3D3053 Cherry Pie

📋 copy color: '#3D3053'

red 61 ◦ green 48 ◦ blue 83

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

Shades of Cherry Pie #3D3053

Tints of Cherry Pie #3D3053

RGB

 RED value IS 61 (24.22% from 255) = 31.77%

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

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

R = 31.77%
G = 25%
B = 43.23%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3D3053 (or 0x3D3053) is known color: Cherry Pie. HEX triplet: 3D, 30 and 53. RGB value is (61,48,83). Sum of RGB (Red+Green+Blue) = 61+48+83=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D3053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3053 is #C2CFAC. Grayscale: #373737. Windows color (decimal): -12767149 or 5451837. OLE color: 5451837.

HSL color Cylindrical-coordinate representation of color #3D3053: hue angle of 262.29º 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 #3D3053 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 48 83 -
CMYK 0.27 0.42 0 0.67
HSL 262.29º 0.27% 0.26% -
HSV(B) 262.29º 0.42% 0.33% -
XYZ 4.54 3.73 8.66 -
YUV 55.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 61 48 83 0.27 0.42 0 0.67 262.29 0.27 0.26
Hex 3D 30 53 1B 2A 0 43 106 1B 1A
Octal 75 60 123 33 52 0 103 406 33 32
Binary 111101 110000 1010011 11011 101010 0 1000011 100000110 11011 11010

Color Harmonies of #3D3053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3053

Black with #3D3053

Text Example


Text Example

White with #3D3053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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