Html Css Color HEX #383150 Cherry Pie

📋 copy color: '#383150'

red 56 ◦ green 49 ◦ blue 80

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

Shades of Cherry Pie #383150

Tints of Cherry Pie #383150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 30.27%
G = 26.49%
B = 43.24%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#383150 (or 0x383150) is known color: Cherry Pie. HEX triplet: 38, 31 and 50. RGB value is (56,49,80). Sum of RGB (Red+Green+Blue) = 56+49+80=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #383150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383150 is #C7CEAF. Grayscale: #363636. Windows color (decimal): -13094576 or 5255480. OLE color: 5255480.

HSL color Cylindrical-coordinate representation of color #383150: hue angle of 253.55º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #383150 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 49 80 -
CMYK 0.30 0.39 0 0.69
HSL 253.55º 0.24% 0.25% -
HSV(B) 253.55º 0.39% 0.31% -
XYZ 4.18 3.62 8.07 -
YUV 54.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 56 49 80 0.30 0.39 0 0.69 253.55 0.24 0.25
Hex 38 31 50 1E 27 0 45 FE 18 19
Octal 70 61 120 36 47 0 105 376 30 31
Binary 111000 110001 1010000 11110 100111 0 1000101 11111110 11000 11001

Color Harmonies of #383150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383150

Black with #383150

Text Example


Text Example

White with #383150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383150; }

 p { color: rgb(56,49,80); }

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

background-color css

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

 a { background-color: rgb(56,49,80); }

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

border-color css

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

 span { border-color: rgb(56,49,80); }

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