Html Css Color HEX #393353 Cherry Pie

📋 copy color: '#393353'

red 57 ◦ green 51 ◦ blue 83

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

Shades of Cherry Pie #393353

Tints of Cherry Pie #393353

RGB

 RED value IS 57 (22.66% from 255) = 29.84%

 GREEN value IS 51 (20.31% from 255) = 26.7%

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 29.84%
G = 26.7%
B = 43.46%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393353 (or 0x393353) is known color: Cherry Pie. HEX triplet: 39, 33 and 53. RGB value is (57,51,83). Sum of RGB (Red+Green+Blue) = 57+51+83=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #393353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393353 is #C6CCAC. Grayscale: #383838. Windows color (decimal): -13028525 or 5452601. OLE color: 5452601.

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

Color convert

RGB 57 51 83 -
CMYK 0.31 0.39 0 0.67
HSL 251.25º 0.24% 0.26% -
HSV(B) 251.25º 0.39% 0.33% -
XYZ 4.43 3.86 8.7 -
YUV 56.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 57 51 83 0.31 0.39 0 0.67 251.25 0.24 0.26
Hex 39 33 53 1F 27 0 43 FB 18 1A
Octal 71 63 123 37 47 0 103 373 30 32
Binary 111001 110011 1010011 11111 100111 0 1000011 11111011 11000 11010

Color Harmonies of #393353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393353

Black with #393353

Text Example


Text Example

White with #393353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393353; }

 p { color: rgb(57,51,83); }

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

background-color css

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

 a { background-color: rgb(57,51,83); }

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

border-color css

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

 span { border-color: rgb(57,51,83); }

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