Html Css Color HEX #38274F Cherry Pie

📋 copy color: '#38274F'

red 56 ◦ green 39 ◦ blue 79

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

Shades of Cherry Pie #38274F

Tints of Cherry Pie #38274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 32.18%
G = 22.41%
B = 45.4%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38274F (or 0x38274F) is known color: Cherry Pie. HEX triplet: 38, 27 and 4F. RGB value is (56,39,79). Sum of RGB (Red+Green+Blue) = 56+39+79=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #38274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38274F is #C7D8B0. Grayscale: #303030. Windows color (decimal): -13097137 or 5187384. OLE color: 5187384.

HSL color Cylindrical-coordinate representation of color #38274F: hue angle of 265.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38274F is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 39 79 -
CMYK 0.29 0.51 0 0.69
HSL 265.5º 0.34% 0.23% -
HSV(B) 265.5º 0.51% 0.31% -
XYZ 3.77 2.86 7.75 -
YUV 48.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 56 39 79 0.29 0.51 0 0.69 265.5 0.34 0.23
Hex 38 27 4F 1D 33 0 45 10A 22 17
Octal 70 47 117 35 63 0 105 412 42 27
Binary 111000 100111 1001111 11101 110011 0 1000101 100001010 100010 10111

Color Harmonies of #38274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38274F

Black with #38274F

Text Example


Text Example

White with #38274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,39,79); }

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

background-color css

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

 a { background-color: rgb(56,39,79); }

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

border-color css

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

 span { border-color: rgb(56,39,79); }

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