Html Css Color HEX #382C53 Cherry Pie

📋 copy color: '#382C53'

red 56 ◦ green 44 ◦ blue 83

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

Shades of Cherry Pie #382C53

Tints of Cherry Pie #382C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.04%

 BLUE value IS 83 (32.81% from 255) = 45.36%

R = 30.6%
G = 24.04%
B = 45.36%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#382C53 (or 0x382C53) is known color: Cherry Pie. HEX triplet: 38, 2C and 53. RGB value is (56,44,83). Sum of RGB (Red+Green+Blue) = 56+44+83=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #382C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C53 is #C7D3AC. Grayscale: #333333. Windows color (decimal): -13095853 or 5450808. OLE color: 5450808.

HSL color Cylindrical-coordinate representation of color #382C53: hue angle of 258.46º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #382C53 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 44 83 -
CMYK 0.33 0.47 0 0.67
HSL 258.46º 0.31% 0.25% -
HSV(B) 258.46º 0.47% 0.33% -
XYZ 4.09 3.27 8.6 -
YUV 52.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 56 44 83 0.33 0.47 0 0.67 258.46 0.31 0.25
Hex 38 2C 53 21 2F 0 43 102 1F 19
Octal 70 54 123 41 57 0 103 402 37 31
Binary 111000 101100 1010011 100001 101111 0 1000011 100000010 11111 11001

Color Harmonies of #382C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C53

Black with #382C53

Text Example


Text Example

White with #382C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,83); }

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

background-color css

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

 a { background-color: rgb(56,44,83); }

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

border-color css

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

 span { border-color: rgb(56,44,83); }

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