Html Css Color HEX #383353 Cherry Pie

📋 copy color: '#383353'

red 56 ◦ green 51 ◦ blue 83

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

Shades of Cherry Pie #383353

Tints of Cherry Pie #383353

RGB

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

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

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

R = 29.47%
G = 26.84%
B = 43.68%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#383353 (or 0x383353) is known color: Cherry Pie. HEX triplet: 38, 33 and 53. RGB value is (56,51,83). Sum of RGB (Red+Green+Blue) = 56+51+83=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #383353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383353 is #C7CCAC. Grayscale: #383838. Windows color (decimal): -13094061 or 5452600. OLE color: 5452600.

HSL color Cylindrical-coordinate representation of color #383353: hue angle of 249.38º 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 #383353 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 51 83 -
CMYK 0.33 0.39 0 0.67
HSL 249.38º 0.24% 0.26% -
HSV(B) 249.38º 0.39% 0.33% -
XYZ 4.38 3.83 8.69 -
YUV 56.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 56 51 83 0.33 0.39 0 0.67 249.38 0.24 0.26
Hex 38 33 53 21 27 0 43 F9 18 1A
Octal 70 63 123 41 47 0 103 371 30 32
Binary 111000 110011 1010011 100001 100111 0 1000011 11111001 11000 11010

Color Harmonies of #383353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383353

Black with #383353

Text Example


Text Example

White with #383353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383353; }

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

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

background-color css

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

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

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

border-color css

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

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

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