Html Css Color HEX #332E4B Cherry Pie

📋 copy color: '#332E4B'

red 51 ◦ green 46 ◦ blue 75

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

Shades of Cherry Pie #332E4B

Tints of Cherry Pie #332E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.6%

R = 29.65%
G = 26.74%
B = 43.6%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#332E4B (or 0x332E4B) is known color: Cherry Pie. HEX triplet: 33, 2E and 4B. RGB value is (51,46,75). Sum of RGB (Red+Green+Blue) = 51+46+75=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #332E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E4B is #CCD1B4. Grayscale: #323232. Windows color (decimal): -13423029 or 4927027. OLE color: 4927027.

HSL color Cylindrical-coordinate representation of color #332E4B: hue angle of 250.34º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #332E4B is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 46 75 -
CMYK 0.32 0.39 0 0.71
HSL 250.34º 0.24% 0.24% -
HSV(B) 250.34º 0.39% 0.29% -
XYZ 3.61 3.17 7.08 -
YUV 50.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 51 46 75 0.32 0.39 0 0.71 250.34 0.24 0.24
Hex 33 2E 4B 20 27 0 47 FA 18 18
Octal 63 56 113 40 47 0 107 372 30 30
Binary 110011 101110 1001011 100000 100111 0 1000111 11111010 11000 11000

Color Harmonies of #332E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E4B

Black with #332E4B

Text Example


Text Example

White with #332E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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