Html Css Color HEX #382857 Cherry Pie

📋 copy color: '#382857'

red 56 ◦ green 40 ◦ blue 87

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

Shades of Cherry Pie #382857

Tints of Cherry Pie #382857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.86%

 BLUE value IS 87 (34.38% from 255) = 47.54%

R = 30.6%
G = 21.86%
B = 47.54%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#382857 (or 0x382857) is known color: Cherry Pie. HEX triplet: 38, 28 and 57. RGB value is (56,40,87). Sum of RGB (Red+Green+Blue) = 56+40+87=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #382857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382857 is #C7D7A8. Grayscale: #313131. Windows color (decimal): -13096873 or 5711928. OLE color: 5711928.

HSL color Cylindrical-coordinate representation of color #382857: hue angle of 260.43º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #382857 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 40 87 -
CMYK 0.36 0.54 0 0.66
HSL 260.43º 0.37% 0.25% -
HSV(B) 260.43º 0.54% 0.34% -
XYZ 4.11 3.05 9.39 -
YUV 50.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 56 40 87 0.36 0.54 0 0.66 260.43 0.37 0.25
Hex 38 28 57 24 36 0 42 104 25 19
Octal 70 50 127 44 66 0 102 404 45 31
Binary 111000 101000 1010111 100100 110110 0 1000010 100000100 100101 11001

Color Harmonies of #382857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382857

Black with #382857

Text Example


Text Example

White with #382857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382857; }

 p { color: rgb(56,40,87); }

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

background-color css

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

 a { background-color: rgb(56,40,87); }

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

border-color css

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

 span { border-color: rgb(56,40,87); }

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