Html Css Color HEX #382951 Cherry Pie

📋 copy color: '#382951'

red 56 ◦ green 41 ◦ blue 81

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

Shades of Cherry Pie #382951

Tints of Cherry Pie #382951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

 BLUE value IS 81 (32.03% from 255) = 45.51%

R = 31.46%
G = 23.03%
B = 45.51%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#382951 (or 0x382951) is known color: Cherry Pie. HEX triplet: 38, 29 and 51. RGB value is (56,41,81). Sum of RGB (Red+Green+Blue) = 56+41+81=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #382951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382951 is #C7D6AE. Grayscale: #313131. Windows color (decimal): -13096623 or 5318968. OLE color: 5318968.

HSL color Cylindrical-coordinate representation of color #382951: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #382951 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 41 81 -
CMYK 0.31 0.49 0 0.68
HSL 262.5º 0.33% 0.24% -
HSV(B) 262.5º 0.49% 0.32% -
XYZ 3.91 3.02 8.16 -
YUV 50.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 56 41 81 0.31 0.49 0 0.68 262.5 0.33 0.24
Hex 38 29 51 1F 31 0 44 106 21 18
Octal 70 51 121 37 61 0 104 406 41 30
Binary 111000 101001 1010001 11111 110001 0 1000100 100000110 100001 11000

Color Harmonies of #382951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382951

Black with #382951

Text Example


Text Example

White with #382951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382951; }

 p { color: rgb(56,41,81); }

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

background-color css

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

 a { background-color: rgb(56,41,81); }

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

border-color css

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

 span { border-color: rgb(56,41,81); }

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