Html Css Color HEX #332D50 Cherry Pie

📋 copy color: '#332D50'

red 51 ◦ green 45 ◦ blue 80

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

Shades of Cherry Pie #332D50

Tints of Cherry Pie #332D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.57%

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

R = 28.98%
G = 25.57%
B = 45.45%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#332D50 (or 0x332D50) is known color: Cherry Pie. HEX triplet: 33, 2D and 50. RGB value is (51,45,80). Sum of RGB (Red+Green+Blue) = 51+45+80=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #332D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D50 is #CCD2AF. Grayscale: #323232. Windows color (decimal): -13423280 or 5254451. OLE color: 5254451.

HSL color Cylindrical-coordinate representation of color #332D50: hue angle of 250.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #332D50 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 45 80 -
CMYK 0.36 0.44 0 0.69
HSL 250.29º 0.28% 0.25% -
HSV(B) 250.29º 0.44% 0.31% -
XYZ 3.75 3.16 8 -
YUV 50.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 51 45 80 0.36 0.44 0 0.69 250.29 0.28 0.25
Hex 33 2D 50 24 2C 0 45 FA 1C 19
Octal 63 55 120 44 54 0 105 372 34 31
Binary 110011 101101 1010000 100100 101100 0 1000101 11111010 11100 11001

Color Harmonies of #332D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D50

Black with #332D50

Text Example


Text Example

White with #332D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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