Html Css Color HEX #382954 Cherry Pie

📋 copy color: '#382954'

red 56 ◦ green 41 ◦ blue 84

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

Shades of Cherry Pie #382954

Tints of Cherry Pie #382954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 46.41%

R = 30.94%
G = 22.65%
B = 46.41%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#382954 (or 0x382954) is known color: Cherry Pie. HEX triplet: 38, 29 and 54. RGB value is (56,41,84). Sum of RGB (Red+Green+Blue) = 56+41+84=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #382954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382954 is #C7D6AB. Grayscale: #323232. Windows color (decimal): -13096620 or 5515576. OLE color: 5515576.

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

Color convert

RGB 56 41 84 -
CMYK 0.33 0.51 0 0.67
HSL 260.93º 0.34% 0.25% -
HSV(B) 260.93º 0.51% 0.33% -
XYZ 4.02 3.07 8.77 -
YUV 50.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 56 41 84 0.33 0.51 0 0.67 260.93 0.34 0.25
Hex 38 29 54 21 33 0 43 105 22 19
Octal 70 51 124 41 63 0 103 405 42 31
Binary 111000 101001 1010100 100001 110011 0 1000011 100000101 100010 11001

Color Harmonies of #382954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382954

Black with #382954

Text Example


Text Example

White with #382954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382954; }

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

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

background-color css

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

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

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

border-color css

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

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

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