Html Css Color HEX #33294F Cherry Pie

📋 copy color: '#33294F'

red 51 ◦ green 41 ◦ blue 79

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

Shades of Cherry Pie #33294F

Tints of Cherry Pie #33294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.98%

 BLUE value IS 79 (31.25% from 255) = 46.2%

R = 29.82%
G = 23.98%
B = 46.2%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33294F (or 0x33294F) is known color: Cherry Pie. HEX triplet: 33, 29 and 4F. RGB value is (51,41,79). Sum of RGB (Red+Green+Blue) = 51+41+79=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #33294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33294F is #CCD6B0. Grayscale: #303030. Windows color (decimal): -13424305 or 5187891. OLE color: 5187891.

HSL color Cylindrical-coordinate representation of color #33294F: hue angle of 255.79º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33294F is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 41 79 -
CMYK 0.35 0.48 0 0.69
HSL 255.79º 0.32% 0.24% -
HSV(B) 255.79º 0.48% 0.31% -
XYZ 3.57 2.85 7.76 -
YUV 48.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 51 41 79 0.35 0.48 0 0.69 255.79 0.32 0.24
Hex 33 29 4F 23 30 0 45 100 20 18
Octal 63 51 117 43 60 0 105 400 40 30
Binary 110011 101001 1001111 100011 110000 0 1000101 100000000 100000 11000

Color Harmonies of #33294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33294F

Black with #33294F

Text Example


Text Example

White with #33294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33294F; }

 p { color: rgb(51,41,79); }

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

background-color css

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

 a { background-color: rgb(51,41,79); }

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

border-color css

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

 span { border-color: rgb(51,41,79); }

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