Html Css Color HEX #382554 Cherry Pie

📋 copy color: '#382554'

red 56 ◦ green 37 ◦ blue 84

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

Shades of Cherry Pie #382554

Tints of Cherry Pie #382554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

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

R = 31.64%
G = 20.9%
B = 47.46%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#382554 (or 0x382554) is known color: Cherry Pie. HEX triplet: 38, 25 and 54. RGB value is (56,37,84). Sum of RGB (Red+Green+Blue) = 56+37+84=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #382554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382554 is #C7DAAB. Grayscale: #2F2F2F. Windows color (decimal): -13097644 or 5514552. OLE color: 5514552.

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

Color convert

RGB 56 37 84 -
CMYK 0.33 0.56 0 0.67
HSL 264.26º 0.39% 0.24% -
HSV(B) 264.26º 0.56% 0.33% -
XYZ 3.89 2.8 8.72 -
YUV 48.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 56 37 84 0.33 0.56 0 0.67 264.26 0.39 0.24
Hex 38 25 54 21 38 0 43 108 27 18
Octal 70 45 124 41 70 0 103 410 47 30
Binary 111000 100101 1010100 100001 111000 0 1000011 100001000 100111 11000

Color Harmonies of #382554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382554

Black with #382554

Text Example


Text Example

White with #382554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382554; }

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

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

background-color css

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

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

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

border-color css

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

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

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