Html Css Color HEX #332850 Cherry Pie

📋 copy color: '#332850'

red 51 ◦ green 40 ◦ blue 80

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

Shades of Cherry Pie #332850

Tints of Cherry Pie #332850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.39%

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

R = 29.82%
G = 23.39%
B = 46.78%

CMYK

 C value IS 0.36

 M value IS 0.5

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#332850 (or 0x332850) is known color: Cherry Pie. HEX triplet: 33, 28 and 50. RGB value is (51,40,80). Sum of RGB (Red+Green+Blue) = 51+40+80=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #332850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332850 is #CCD7AF. Grayscale: #2F2F2F. Windows color (decimal): -13424560 or 5253171. OLE color: 5253171.

HSL color Cylindrical-coordinate representation of color #332850: hue angle of 256.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #332850 is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 40 80 -
CMYK 0.36 0.5 0 0.69
HSL 256.5º 0.33% 0.24% -
HSV(B) 256.5º 0.5% 0.31% -
XYZ 3.57 2.8 7.94 -
YUV 47.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 51 40 80 0.36 0.5 0 0.69 256.5 0.33 0.24
Hex 33 28 50 24 32 0 45 100 21 18
Octal 63 50 120 44 62 0 105 400 41 30
Binary 110011 101000 1010000 100100 110010 0 1000101 100000000 100001 11000

Color Harmonies of #332850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332850

Black with #332850

Text Example


Text Example

White with #332850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332850; }

 p { color: rgb(51,40,80); }

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

background-color css

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

 a { background-color: rgb(51,40,80); }

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

border-color css

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

 span { border-color: rgb(51,40,80); }

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