Html Css Color HEX #382757 Cherry Pie

📋 copy color: '#382757'

red 56 ◦ green 39 ◦ blue 87

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

Shades of Cherry Pie #382757

Tints of Cherry Pie #382757

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.43%

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

R = 30.77%
G = 21.43%
B = 47.8%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#382757 (or 0x382757) is known color: Cherry Pie. HEX triplet: 38, 27 and 57. RGB value is (56,39,87). Sum of RGB (Red+Green+Blue) = 56+39+87=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #382757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382757 is #C7D8A8. Grayscale: #313131. Windows color (decimal): -13097129 or 5711672. OLE color: 5711672.

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

Color convert

RGB 56 39 87 -
CMYK 0.36 0.55 0 0.66
HSL 261.25º 0.38% 0.25% -
HSV(B) 261.25º 0.55% 0.34% -
XYZ 4.08 2.98 9.38 -
YUV 49.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 56 39 87 0.36 0.55 0 0.66 261.25 0.38 0.25
Hex 38 27 57 24 37 0 42 105 26 19
Octal 70 47 127 44 67 0 102 405 46 31
Binary 111000 100111 1010111 100100 110111 0 1000010 100000101 100110 11001

Color Harmonies of #382757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382757

Black with #382757

Text Example


Text Example

White with #382757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382757; }

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

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

background-color css

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

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

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

border-color css

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

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

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