Html Css Color HEX #383050 Cherry Pie

📋 copy color: '#383050'

red 56 ◦ green 48 ◦ blue 80

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

Shades of Cherry Pie #383050

Tints of Cherry Pie #383050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

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

R = 30.43%
G = 26.09%
B = 43.48%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#383050 (or 0x383050) is known color: Cherry Pie. HEX triplet: 38, 30 and 50. RGB value is (56,48,80). Sum of RGB (Red+Green+Blue) = 56+48+80=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #383050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383050 is #C7CFAF. Grayscale: #353535. Windows color (decimal): -13094832 or 5255224. OLE color: 5255224.

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

Color convert

RGB 56 48 80 -
CMYK 0.30 0.40 0 0.69
HSL 255º 0.25% 0.25% -
HSV(B) 255º 0.4% 0.31% -
XYZ 4.14 3.53 8.05 -
YUV 54.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 56 48 80 0.30 0.40 0 0.69 255 0.25 0.25
Hex 38 30 50 1E 28 0 45 FF 19 19
Octal 70 60 120 36 50 0 105 377 31 31
Binary 111000 110000 1010000 11110 101000 0 1000101 11111111 11001 11001

Color Harmonies of #383050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383050

Black with #383050

Text Example


Text Example

White with #383050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383050; }

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

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

background-color css

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

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

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

border-color css

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

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

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