Html Css Color HEX #382D59 Cherry Pie

📋 copy color: '#382D59'

red 56 ◦ green 45 ◦ blue 89

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

Shades of Cherry Pie #382D59

Tints of Cherry Pie #382D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.68%

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 29.47%
G = 23.68%
B = 46.84%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#382D59 (or 0x382D59) is known color: Cherry Pie. HEX triplet: 38, 2D and 59. RGB value is (56,45,89). Sum of RGB (Red+Green+Blue) = 56+45+89=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #382D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382D59 is #C7D2A6. Grayscale: #353535. Windows color (decimal): -13095591 or 5844280. OLE color: 5844280.

HSL color Cylindrical-coordinate representation of color #382D59: hue angle of 255º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #382D59 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 45 89 -
CMYK 0.37 0.49 0 0.65
HSL 255º 0.33% 0.26% -
HSV(B) 255º 0.49% 0.35% -
XYZ 4.37 3.44 9.88 -
YUV 53.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 56 45 89 0.37 0.49 0 0.65 255 0.33 0.26
Hex 38 2D 59 25 31 0 41 FF 21 1A
Octal 70 55 131 45 61 0 101 377 41 32
Binary 111000 101101 1011001 100101 110001 0 1000001 11111111 100001 11010

Color Harmonies of #382D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382D59

Black with #382D59

Text Example


Text Example

White with #382D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382D59; }

 p { color: rgb(56,45,89); }

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

background-color css

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

 a { background-color: rgb(56,45,89); }

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

border-color css

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

 span { border-color: rgb(56,45,89); }

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