Html Css Color HEX #332A53 Cherry Pie

📋 copy color: '#332A53'

red 51 ◦ green 42 ◦ blue 83

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

Shades of Cherry Pie #332A53

Tints of Cherry Pie #332A53

RGB

 RED value IS 51 (20.31% from 255) = 28.98%

 GREEN value IS 42 (16.8% from 255) = 23.86%

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

R = 28.98%
G = 23.86%
B = 47.16%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#332A53 (or 0x332A53) is known color: Cherry Pie. HEX triplet: 33, 2A and 53. RGB value is (51,42,83). Sum of RGB (Red+Green+Blue) = 51+42+83=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #332A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A53 is #CCD5AC. Grayscale: #313131. Windows color (decimal): -13424045 or 5450291. OLE color: 5450291.

HSL color Cylindrical-coordinate representation of color #332A53: hue angle of 253.17º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #332A53 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 42 83 -
CMYK 0.39 0.49 0 0.67
HSL 253.17º 0.33% 0.25% -
HSV(B) 253.17º 0.49% 0.33% -
XYZ 3.75 2.98 8.56 -
YUV 49.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 51 42 83 0.39 0.49 0 0.67 253.17 0.33 0.25
Hex 33 2A 53 27 31 0 43 FD 21 19
Octal 63 52 123 47 61 0 103 375 41 31
Binary 110011 101010 1010011 100111 110001 0 1000011 11111101 100001 11001

Color Harmonies of #332A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332A53

Black with #332A53

Text Example


Text Example

White with #332A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332A53; }

 p { color: rgb(51,42,83); }

 H1.HeaderClassName
 {
   color: #332A53;
 }
 .AnyTagClassName
 {
   color: #332A53;
 }
</style>

background-color css

<style>
 a { background-color: #332A53; }

 a { background-color: rgb(51,42,83); }

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

border-color css

<style>
 span { border-color: #332A53; }

 span { border-color: rgb(51,42,83); }

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