Html Css Color HEX #38324D Cherry Pie

📋 copy color: '#38324D'

red 56 ◦ green 50 ◦ blue 77

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

Shades of Cherry Pie #38324D

Tints of Cherry Pie #38324D

RGB

 RED value IS 56 (22.27% from 255) = 30.6%

 GREEN value IS 50 (19.92% from 255) = 27.32%

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 30.6%
G = 27.32%
B = 42.08%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38324D (or 0x38324D) is known color: Cherry Pie. HEX triplet: 38, 32 and 4D. RGB value is (56,50,77). Sum of RGB (Red+Green+Blue) = 56+50+77=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #38324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38324D is #C7CDB2. Grayscale: #363636. Windows color (decimal): -13094323 or 5059128. OLE color: 5059128.

HSL color Cylindrical-coordinate representation of color #38324D: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38324D is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 50 77 -
CMYK 0.27 0.35 0 0.70
HSL 253.33º 0.21% 0.25% -
HSV(B) 253.33º 0.35% 0.3% -
XYZ 4.11 3.66 7.51 -
YUV 54.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 56 50 77 0.27 0.35 0 0.70 253.33 0.21 0.25
Hex 38 32 4D 1B 23 0 46 FD 15 19
Octal 70 62 115 33 43 0 106 375 25 31
Binary 111000 110010 1001101 11011 100011 0 1000110 11111101 10101 11001

Color Harmonies of #38324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38324D

Black with #38324D

Text Example


Text Example

White with #38324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38324D; }

 p { color: rgb(56,50,77); }

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

background-color css

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

 a { background-color: rgb(56,50,77); }

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

border-color css

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

 span { border-color: rgb(56,50,77); }

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