Html Css Color HEX #382F54 Cherry Pie

📋 copy color: '#382F54'

red 56 ◦ green 47 ◦ blue 84

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

Shades of Cherry Pie #382F54

Tints of Cherry Pie #382F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.13%

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

R = 29.95%
G = 25.13%
B = 44.92%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#382F54 (or 0x382F54) is known color: Cherry Pie. HEX triplet: 38, 2F and 54. RGB value is (56,47,84). Sum of RGB (Red+Green+Blue) = 56+47+84=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #382F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F54 is #C7D0AB. Grayscale: #353535. Windows color (decimal): -13095084 or 5517112. OLE color: 5517112.

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

Color convert

RGB 56 47 84 -
CMYK 0.33 0.44 0 0.67
HSL 254.59º 0.28% 0.26% -
HSV(B) 254.59º 0.44% 0.33% -
XYZ 4.25 3.51 8.84 -
YUV 53.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 56 47 84 0.33 0.44 0 0.67 254.59 0.28 0.26
Hex 38 2F 54 21 2C 0 43 FF 1C 1A
Octal 70 57 124 41 54 0 103 377 34 32
Binary 111000 101111 1010100 100001 101100 0 1000011 11111111 11100 11010

Color Harmonies of #382F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F54

Black with #382F54

Text Example


Text Example

White with #382F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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