Html Css Color HEX #38314C Cherry Pie

📋 copy color: '#38314C'

red 56 ◦ green 49 ◦ blue 76

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

Shades of Cherry Pie #38314C

Tints of Cherry Pie #38314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.07%

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 30.94%
G = 27.07%
B = 41.99%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38314C (or 0x38314C) is known color: Cherry Pie. HEX triplet: 38, 31 and 4C. RGB value is (56,49,76). Sum of RGB (Red+Green+Blue) = 56+49+76=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #38314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38314C is #C7CEB3. Grayscale: #363636. Windows color (decimal): -13094580 or 4993336. OLE color: 4993336.

HSL color Cylindrical-coordinate representation of color #38314C: hue angle of 255.56º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38314C is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 49 76 -
CMYK 0.26 0.36 0 0.70
HSL 255.56º 0.22% 0.25% -
HSV(B) 255.56º 0.36% 0.3% -
XYZ 4.03 3.56 7.31 -
YUV 54.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 56 49 76 0.26 0.36 0 0.70 255.56 0.22 0.25
Hex 38 31 4C 1A 24 0 46 100 16 19
Octal 70 61 114 32 44 0 106 400 26 31
Binary 111000 110001 1001100 11010 100100 0 1000110 100000000 10110 11001

Color Harmonies of #38314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38314C

Black with #38314C

Text Example


Text Example

White with #38314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38314C; }

 p { color: rgb(56,49,76); }

 H1.HeaderClassName
 {
   color: #38314C;
 }
 .AnyTagClassName
 {
   color: #38314C;
 }
</style>

background-color css

<style>
 a { background-color: #38314C; }

 a { background-color: rgb(56,49,76); }

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

border-color css

<style>
 span { border-color: #38314C; }

 span { border-color: rgb(56,49,76); }

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