Html Css Color HEX #332E4E Cherry Pie

📋 copy color: '#332E4E'

red 51 ◦ green 46 ◦ blue 78

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

Shades of Cherry Pie #332E4E

Tints of Cherry Pie #332E4E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.29%

 BLUE value IS 78 (30.86% from 255) = 44.57%

R = 29.14%
G = 26.29%
B = 44.57%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#332E4E (or 0x332E4E) is known color: Cherry Pie. HEX triplet: 33, 2E and 4E. RGB value is (51,46,78). Sum of RGB (Red+Green+Blue) = 51+46+78=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #332E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E4E is #CCD1B1. Grayscale: #333333. Windows color (decimal): -13423026 or 5123635. OLE color: 5123635.

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

Color convert

RGB 51 46 78 -
CMYK 0.35 0.41 0 0.69
HSL 249.38º 0.26% 0.24% -
HSV(B) 249.38º 0.41% 0.31% -
XYZ 3.72 3.21 7.63 -
YUV 51.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 51 46 78 0.35 0.41 0 0.69 249.38 0.26 0.24
Hex 33 2E 4E 23 29 0 45 F9 1A 18
Octal 63 56 116 43 51 0 105 371 32 30
Binary 110011 101110 1001110 100011 101001 0 1000101 11111001 11010 11000

Color Harmonies of #332E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E4E

Black with #332E4E

Text Example


Text Example

White with #332E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,46,78); }

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

background-color css

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

 a { background-color: rgb(51,46,78); }

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

border-color css

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

 span { border-color: rgb(51,46,78); }

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